/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
D | AbsListViewBindingAdapter.java | 38 public void onScrollStateChanged(AbsListView view, int scrollState) { in setOnScroll() 40 scrollStateListener.onScrollStateChanged(view, scrollState); in setOnScroll() 61 void onScrollStateChanged(AbsListView view, int scrollState); in onScrollStateChanged() method
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
D | ListViewRequireScrollHelper.java | 69 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in ListViewRequireScrollHelper
|
/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
D | GridScrollListener.java | 66 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in GridScrollListener
|
D | GridScrollListenerTest.java | 108 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in GridScrollListenerTest
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
D | ListScrollListener.java | 70 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in ListScrollListener
|
D | ListScrollListenerTest.java | 103 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in ListScrollListenerTest
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/ |
D | RecentsTvView.java | 158 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in launchTaskFomRecents() 159 super.onScrollStateChanged(recyclerView, newState); in launchTaskFomRecents()
|
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/ |
D | DayPickerView.java | 246 onScrollStateChanged(this, OnScrollListener.SCROLL_STATE_IDLE); in postSetSelection() 277 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in DayPickerView
|
/frameworks/base/core/java/android/widget/ |
D | CalendarViewLegacyDelegate.java | 738 public void onScrollStateChanged(AbsListView view, int scrollState) { in setUpListView() 739 CalendarViewLegacyDelegate.this.onScrollStateChanged(view, scrollState); in setUpListView() 816 onScrollStateChanged(mListView, AbsListView.OnScrollListener.SCROLL_STATE_IDLE); in goTo() 828 private void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in CalendarViewLegacyDelegate
|
D | ListPopupWindow.java | 1299 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in PopupScrollListener
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/ |
D | ListenerBindingObject.java | 65 public void onScrollStateChanged(AbsListView view, int scrollState) { } in onScrollStateChanged() method in ListenerBindingObject
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PrintPreviewController.java | 324 public void onScrollStateChanged(RecyclerView recyclerView, int state) { in onScrollStateChanged() method in PrintPreviewController.PreloadController
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | FocusManager.java | 291 public void onScrollStateChanged(RecyclerView view, int newState) { in focusItem()
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | FocusSearchNavigationTest.java | 211 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in waitForIdleScroll()
|
D | RecyclerViewLayoutTest.java | 1808 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in scrollStateForSmoothScroll() 1839 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in scrollStateForSmoothScrollWithStop() 1877 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in scrollStateForFling() 1911 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in scrollStateForFlingWithStop() 1951 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in scrollStateDrag()
|
D | BaseRecyclerViewInstrumentationTest.java | 292 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in waitForIdleScroll()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | DetailsOverviewRowPresenter.java | 218 public void onScrollStateChanged(RecyclerView recyclerView, int newState) {
|
D | FullWidthDetailsOverviewRowPresenter.java | 281 public void onScrollStateChanged(RecyclerView recyclerView, int newState) {
|
/frameworks/support/v7/recyclerview/api/ |
D | 22.1.0.txt | 218 method public void onScrollStateChanged(int); 442 method public void onScrollStateChanged(int); 489 method public void onScrollStateChanged(android.support.v7.widget.RecyclerView, int);
|
D | 22.2.1.txt | 268 method public void onScrollStateChanged(int); 499 method public void onScrollStateChanged(int); 560 method public void onScrollStateChanged(android.support.v7.widget.RecyclerView, int);
|
D | 22.2.0.txt | 264 method public void onScrollStateChanged(int); 495 method public void onScrollStateChanged(int); 556 method public void onScrollStateChanged(android.support.v7.widget.RecyclerView, int);
|
D | 23.0.0.txt | 296 method public void onScrollStateChanged(int); 533 method public void onScrollStateChanged(int); 594 method public void onScrollStateChanged(android.support.v7.widget.RecyclerView, int);
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 4265 public void onScrollStateChanged(int state) { in onScrollStateChanged() method in RecyclerView 4273 mLayout.onScrollStateChanged(state); in dispatchOnScrollStateChanged() 4278 onScrollStateChanged(state); in dispatchOnScrollStateChanged() 4282 mScrollListener.onScrollStateChanged(this, state); in dispatchOnScrollStateChanged() 4286 mScrollListeners.get(i).onScrollStateChanged(this, state); in dispatchOnScrollStateChanged() 8627 public void onScrollStateChanged(int state) { in onScrollStateChanged() method in RecyclerView.LayoutManager 9178 public void onScrollStateChanged(RecyclerView recyclerView, int newState){} in onScrollStateChanged() method in RecyclerView.OnScrollListener
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | ListPopupWindow.java | 1345 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in PopupScrollListener
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
D | AlertController.java | 566 public void onScrollStateChanged(AbsListView view, int scrollState) {} in setScrollIndicators()
|