public void onScrollStateChanged(AbsListView abslistview, int i)
 {
     if (i == 1 && !IcsListPopupWindow.access$5(IcsListPopupWindow.this) && IcsListPopupWindow.access$2(IcsListPopupWindow.this).getContentView() != null)
     {
         IcsListPopupWindow.access$3(IcsListPopupWindow.this).removeCallbacks(IcsListPopupWindow.access$4(IcsListPopupWindow.this));
         IcsListPopupWindow.access$4(IcsListPopupWindow.this).run();
     }
 }