Searched refs:onScrollStateChanged (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridScrollListener.java66 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:GridScrollListener
H A DGridScrollListenerTest.java108 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:GridScrollListenerTest
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListScrollListener.java70 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:ListScrollListener
H A DListScrollListenerTest.java103 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:ListScrollListenerTest
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDayPickerView.java53 // How long to wait after receiving an onScrollStateChanged notification
246 onScrollStateChanged(this, OnScrollListener.SCROLL_STATE_IDLE);
277 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:DayPickerView
278 // use a post to prevent re-entering onScrollStateChanged before it
/frameworks/base/core/java/android/widget/
H A DCalendarView.java119 * How long to wait after receiving an onScrollStateChanged notification
1070 public void onScrollStateChanged(AbsListView view, int scrollState) {
1071 CalendarView.this.onScrollStateChanged(view, scrollState);
1147 onScrollStateChanged(mListView, OnScrollListener.SCROLL_STATE_IDLE);
1175 private void onScrollStateChanged(AbsListView view, int scrollState) { method in class:CalendarView
H A DListPopupWindow.java1685 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:ListPopupWindow.PopupScrollListener
H A DAbsListView.java729 public void onScrollStateChanged(AbsListView view, int scrollState); method in interface:AbsListView.OnScrollListener
4043 mOnScrollListener.onScrollStateChanged(this, newState);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardViewStateManager.java237 public void onScrollStateChanged(int scrollState) { method in class:KeyguardViewStateManager
H A DSlidingChallengeLayout.java210 public void onScrollStateChanged(int scrollState); method in interface:SlidingChallengeLayout.OnChallengeScrolledListener
307 mScrollListener.onScrollStateChanged(mScrollState);
363 mScrollListener.onScrollStateChanged(state);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DListPopupWindow.java1415 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:ListPopupWindow.PopupScrollListener

Completed in 217 milliseconds