/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | BaseRecyclerView.java | 179 public void onScrollStateChanged(int state) { in onScrollStateChanged() method in BaseRecyclerView 180 super.onScrollStateChanged(state); in onScrollStateChanged()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/performancereport/ |
H A D | PerformanceReport.java | 41 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { 45 super.onScrollStateChanged(recyclerView, newState);
|
/aosp12/packages/apps/Car/libs/car-ui-lib/oem-apis/src/main/java/com/android/car/ui/plugin/oemapis/recyclerview/ |
H A D | OnScrollListenerOEMV1.java | 24 void onScrollStateChanged(RecyclerViewOEMV1 recyclerView, int newState); in onScrollStateChanged() method
|
/aosp12/packages/apps/Calendar/src/com/android/calendar/ |
H A D | StickyHeaderListView.java | 212 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in StickyHeaderListView 214 mListener.onScrollStateChanged(view, scrollState); in onScrollStateChanged()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/metrics/jank/ |
H A D | RecyclerViewJankLogger.java | 37 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in onScrollStateChanged() method in RecyclerViewJankLogger
|
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/ |
H A D | ListViewScrollHandlingDelegate.java | 71 public void onScrollStateChanged(AbsListView view, int scrollState) {} in onScrollStateChanged() method in ListViewScrollHandlingDelegate
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/ui/ |
H A D | NewCallLogAdapter.java | 308 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in onScrollStateChanged() method in NewCallLogAdapter.OnScrollListenerForRecordingPromotionCardFirstViewTime 317 super.onScrollStateChanged(recyclerView, newState); in onScrollStateChanged()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/gridview/ |
H A D | GridScrollListener.java | 66 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in GridScrollListener
|
H A D | GridScrollListenerTest.java | 115 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in GridScrollListenerTest
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
H A D | ListScrollListener.java | 70 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in ListScrollListener
|
H A D | ListScrollListenerTest.java | 111 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in ListScrollListenerTest
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | CustomHeaderPagerListViewHolder.java | 58 public void onScrollStateChanged(final AbsListView view, final int scrollState) { in createView()
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/ |
H A D | DropShadowController.kt | 140 override fun onScrollStateChanged(view: AbsListView, scrollState: Int) {
|
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/ |
H A D | Preloader.java | 140 public void onScrollStateChanged(AbsListView absListView, int i) { in onScrollStateChanged() method in Preloader
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
H A D | AllAppsRecyclerView.java | 201 public void onScrollStateChanged(int state) { in onScrollStateChanged() method in AllAppsRecyclerView 202 super.onScrollStateChanged(state); in onScrollStateChanged()
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | CarNotificationView.java | 101 public void onScrollStateChanged(@NonNull RecyclerView recyclerView, int newState) { in onFinishInflate() 102 super.onScrollStateChanged(recyclerView, newState); in onFinishInflate()
|
/aosp12/packages/apps/Calendar/src/com/android/calendar/month/ |
H A D | SimpleDayPickerFragment.java | 455 onScrollStateChanged(mListView, OnScrollListener.SCROLL_STATE_IDLE); in goTo() 572 public void onScrollStateChanged(AbsListView view, int scrollState) {
|
/aosp12/packages/apps/Settings/src/com/android/settings/core/ |
H A D | InstrumentedPreferenceFragment.java | 157 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in onScrollStateChanged() method in InstrumentedPreferenceFragment.OnScrollListener
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/search/ |
H A D | ContactResultsFragment.java | 106 public void onScrollStateChanged(@NonNull CarUiRecyclerView recyclerView, in onCreate()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | CalendarViewLegacyDelegate.java | 760 public void onScrollStateChanged(AbsListView view, int scrollState) { in setUpListView() 761 CalendarViewLegacyDelegate.this.onScrollStateChanged(view, scrollState); in setUpListView() 838 onScrollStateChanged(mListView, AbsListView.OnScrollListener.SCROLL_STATE_IDLE); in goTo() 850 private void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in CalendarViewLegacyDelegate
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/ |
H A D | RecyclerViewAdapterV1.java | 361 public void onScrollStateChanged(@NonNull RecyclerViewOEMV1 recyclerView, int newState) { in onScrollStateChanged() method in RecyclerViewAdapterV1 363 listener.onScrollStateChanged(this, toInternalScrollState(newState)); in onScrollStateChanged()
|
H A D | CarUiRecyclerView.java | 155 void onScrollStateChanged(CarUiRecyclerView recyclerView, int newState); in onScrollStateChanged() method
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/ |
H A D | PinnedHeaderListView.java | 197 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in PinnedHeaderListView 200 mOnScrollListener.onScrollStateChanged(this, scrollState); in onScrollStateChanged()
|
/aosp12/packages/apps/Car/libs/car-ui-lib/referencedesign/plugin/src/main/java/com/chassis/car/ui/plugin/recyclerview/ |
H A D | RecyclerViewImpl.java | 107 public void onScrollStateChanged(@NonNull RecyclerView recyclerView, int newState) { 109 listener.onScrollStateChanged(RecyclerViewImpl.this,
|
/aosp12/packages/modules/Permission/PermissionController/src/android/support/wearable/view/ |
H A D | WearableListView.java | 193 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in WearableListView() 198 listener.onScrollStateChanged(newState); in WearableListView() 1272 public void onScrollStateChanged(int scrollState); in onScrollStateChanged() method
|