Searched refs:reportScrollStateChange (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAbsListView.java3025 reportScrollStateChange(OnScrollListener.SCROLL_STATE_TOUCH_SCROLL);
3452 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
3471 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING);
3476 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
3487 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
3499 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING);
3823 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
3881 void reportScrollStateChange(int newState) { method in class:AbsListView
3926 reportScrollStateChange(OnScrollListener.SCROLL_STATE_TOUCH_SCROLL);
3965 reportScrollStateChange(OnScrollListene
[all...]
H A DFastScroller.java696 mList.reportScrollStateChange(OnScrollListener.SCROLL_STATE_TOUCH_SCROLL);
763 mList.reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
785 mList.reportScrollStateChange(OnScrollListener.SCROLL_STATE_TOUCH_SCROLL);

Completed in 347 milliseconds