Searched defs:onScrollStateChanged (Results 1 - 15 of 15) 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 DListScrollListenerTest.java103 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:ListScrollListenerTest
H A DListScrollListener.java70 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:ListScrollListener
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardViewStateManager.java249 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/base/core/java/android/widget/
H A DDayPickerView.java48 // How long to wait after receiving an onScrollStateChanged notification before acting on it
236 onScrollStateChanged(this, OnScrollListener.SCROLL_STATE_IDLE);
266 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:DayPickerView
267 // use a post to prevent re-entering onScrollStateChanged before it
H A DCalendarView.java659 * How long to wait after receiving an onScrollStateChanged notification
1346 public void onScrollStateChanged(AbsListView view, int scrollState) {
1347 LegacyCalendarViewDelegate.this.onScrollStateChanged(view, scrollState);
1424 onScrollStateChanged(mListView, OnScrollListener.SCROLL_STATE_IDLE);
1452 private void onScrollStateChanged(AbsListView view, int scrollState) { method in class:CalendarView.LegacyCalendarViewDelegate
H A DListPopupWindow.java1784 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:ListPopupWindow.PopupScrollListener
H A DAbsListView.java752 public void onScrollStateChanged(AbsListView view, int scrollState); method in interface:AbsListView.OnScrollListener
4308 mOnScrollListener.onScrollStateChanged(this, newState);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintPreviewController.java336 public void onScrollStateChanged(RecyclerView recyclerView, int state) { method in class:PrintPreviewController.PreloadController
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDayPickerView.java54 // 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/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java1742 public void onScrollStateChanged(AbsListView view, int scrollState) { method in class:ListPopupWindow.PopupScrollListener
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java261 public void onScrollStateChanged(int state) { method in class:StaggeredGridLayoutManager
H A DRecyclerView.java751 mScrollListener.onScrollStateChanged(this, state);
753 mLayout.onScrollStateChanged(state);
6112 public void onScrollStateChanged(int state) { method in class:RecyclerView.LayoutManager
6556 public void onScrollStateChanged(RecyclerView recyclerView, int newState){} method in class:RecyclerView.OnScrollListener

Completed in 290 milliseconds