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

/frameworks/base/core/java/android/widget/
H A DAbsListView.java3345 reportScrollStateChange(OnScrollListener.SCROLL_STATE_TOUCH_SCROLL);
3909 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
3930 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING);
3935 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
3939 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
3953 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
3965 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING);
4091 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING);
4128 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING);
4310 reportScrollStateChange(OnScrollListene
4369 void reportScrollStateChange(int newState) { method in class:AbsListView
[all...]

Completed in 32 milliseconds