Home
last modified time | relevance | path

Searched refs:onScrollStateChanged (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DAbsListViewBindingAdapter.java38 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/
DListViewRequireScrollHelper.java69 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in ListViewRequireScrollHelper
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
DGridScrollListener.java66 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in GridScrollListener
DGridScrollListenerTest.java108 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in GridScrollListenerTest
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListScrollListener.java70 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in ListScrollListener
DListScrollListenerTest.java103 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in ListScrollListenerTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
DRecentsTvView.java158 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in launchTaskFomRecents()
159 super.onScrollStateChanged(recyclerView, newState); in launchTaskFomRecents()
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DDayPickerView.java246 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/
DCalendarViewLegacyDelegate.java738 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
DListPopupWindow.java1299 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/
DListenerBindingObject.java65 public void onScrollStateChanged(AbsListView view, int scrollState) { } in onScrollStateChanged() method in ListenerBindingObject
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintPreviewController.java324 public void onScrollStateChanged(RecyclerView recyclerView, int state) { in onScrollStateChanged() method in PrintPreviewController.PreloadController
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DFocusManager.java291 public void onScrollStateChanged(RecyclerView view, int newState) { in focusItem()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DFocusSearchNavigationTest.java211 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in waitForIdleScroll()
DRecyclerViewLayoutTest.java1808 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()
DBaseRecyclerViewInstrumentationTest.java292 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in waitForIdleScroll()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DDetailsOverviewRowPresenter.java218 public void onScrollStateChanged(RecyclerView recyclerView, int newState) {
DFullWidthDetailsOverviewRowPresenter.java281 public void onScrollStateChanged(RecyclerView recyclerView, int newState) {
/frameworks/support/v7/recyclerview/api/
D22.1.0.txt218 method public void onScrollStateChanged(int);
442 method public void onScrollStateChanged(int);
489 method public void onScrollStateChanged(android.support.v7.widget.RecyclerView, int);
D22.2.1.txt268 method public void onScrollStateChanged(int);
499 method public void onScrollStateChanged(int);
560 method public void onScrollStateChanged(android.support.v7.widget.RecyclerView, int);
D22.2.0.txt264 method public void onScrollStateChanged(int);
495 method public void onScrollStateChanged(int);
556 method public void onScrollStateChanged(android.support.v7.widget.RecyclerView, int);
D23.0.0.txt296 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/
DRecyclerView.java4265 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/
DListPopupWindow.java1345 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in PopupScrollListener
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAlertController.java566 public void onScrollStateChanged(AbsListView view, int scrollState) {} in setScrollIndicators()

12