/packages/apps/Launcher3/src/com/android/launcher3/ |
D | FastScrollRecyclerView.java | 172 public void onScrollStateChanged(int state) { in onScrollStateChanged() method in FastScrollRecyclerView 173 super.onScrollStateChanged(state); in onScrollStateChanged()
|
/packages/apps/Dialer/java/com/android/dialer/performancereport/ |
D | PerformanceReport.java | 41 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { 45 super.onScrollStateChanged(recyclerView, newState);
|
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/recents/view/ |
D | RecentsRecyclerView.java | 131 public void onScrollStateChanged(@NotNull RecyclerView recyclerView, in getNextFocusView() 133 super.onScrollStateChanged(recyclerView, newState); in getNextFocusView()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | StickyHeaderListView.kt | 178 override fun onScrollStateChanged(view: AbsListView?, scrollState: Int) { in onScrollStateChanged() method 180 mListener?.onScrollStateChanged(view, scrollState) in onScrollStateChanged()
|
/packages/apps/Dialer/java/com/android/dialer/metrics/jank/ |
D | RecyclerViewJankLogger.java | 37 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in onScrollStateChanged() method in RecyclerViewJankLogger
|
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/ |
D | NewCallLogAdapter.java | 308 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in onScrollStateChanged() method in NewCallLogAdapter.OnScrollListenerForRecordingPromotionCardFirstViewTime 317 super.onScrollStateChanged(recyclerView, newState); in onScrollStateChanged()
|
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/instrumentation/ |
D | InstrumentedPreferenceFragment.java | 64 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in onScrollStateChanged() method in InstrumentedPreferenceFragment.OnScrollListener
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsRecyclerView.java | 153 public void onScrollStateChanged(int state) { in onScrollStateChanged() method in AllAppsRecyclerView 154 super.onScrollStateChanged(state); in onScrollStateChanged()
|
D | WorkProfileManager.java | 212 public void onScrollStateChanged(@NonNull RecyclerView recyclerView, int newState){ in newScrollListener() method
|
D | PrivateProfileManager.java | 112 public void onScrollStateChanged(@NonNull RecyclerView recyclerView, int newState) { 113 super.onScrollStateChanged(recyclerView, newState);
|
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitCarUiProxy/plugin/src/main/java/com/chassis/car/ui/plugin/recyclerview/ |
D | RecyclerViewAdapterProxyV1.java | 74 public void onScrollStateChanged(@NonNull CarUiRecyclerView recyclerView, 77 listener.onScrollStateChanged(RecyclerViewAdapterProxyV1.this,
|
D | RecyclerViewAdapterProxyV2.java | 73 public void onScrollStateChanged(@NonNull CarUiRecyclerView recyclerView, 76 listener.onScrollStateChanged(RecyclerViewAdapterProxyV2.this,
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | CustomHeaderPagerListViewHolder.java | 58 public void onScrollStateChanged(final AbsListView view, final int scrollState) { in createView()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | DropShadowController.kt | 140 override fun onScrollStateChanged(view: AbsListView, scrollState: Int) { in onScrollStateChanged() method in com.android.deskclock.DropShadowController.ScrollChangeWatcher
|
/packages/apps/Car/Settings/src/com/android/car/settings/system/ |
D | FactoryResetFragment.java | 105 public void onScrollStateChanged(CarUiRecyclerView recyclerView, in onViewCreated()
|
/packages/apps/Camera2/src/com/android/camera/widget/ |
D | Preloader.java | 140 public void onScrollStateChanged(AbsListView absListView, int i) { in onScrollStateChanged() method in Preloader
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | CarNotificationView.java | 119 public void onScrollStateChanged(@NonNull RecyclerView recyclerView, int newState) { in onAttachedToWindow() 120 super.onScrollStateChanged(recyclerView, newState); in onAttachedToWindow()
|
/packages/apps/Calendar/src/com/android/calendar/month/ |
D | SimpleDayPickerFragment.kt | 429 onScrollStateChanged(mListView, OnScrollListener.SCROLL_STATE_IDLE) in goTo() 548 override fun onScrollStateChanged(view: AbsListView?, scrollState: Int) { in onScrollStateChanged() method
|
/packages/apps/Settings/src/com/android/settings/core/ |
D | InstrumentedPreferenceFragment.java | 171 public void onScrollStateChanged(RecyclerView recyclerView, int newState) { in onScrollStateChanged() method in InstrumentedPreferenceFragment.OnScrollListener
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | PinnedHeaderListView.java | 197 public void onScrollStateChanged(AbsListView view, int scrollState) { in onScrollStateChanged() method in PinnedHeaderListView 200 mOnScrollListener.onScrollStateChanged(this, scrollState); in onScrollStateChanged()
|
/packages/apps/Car/Launcher/app/tests/src/com/android/car/carlauncher/recents/view/ |
D | RecentsRecyclerViewTest.java | 393 mOnScrollListenerCaptor.getValue().onScrollStateChanged(mRecentsRecyclerView, in focusSearch_nextViewNotFound_scrollOnce_nextViewFound_focusRequested() 416 mOnScrollListenerCaptor.getValue().onScrollStateChanged(mRecentsRecyclerView, in focusSearch_nextViewNotFound_scrollOnce_nextViewNotFound_noMoreScroll()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/manageapplications/ |
D | ManageApplicationsTest.java | 326 adapter.mOnScrollListener.onScrollStateChanged(recyclerView, SCROLL_STATE_IDLE); in notifyItemChange_recyclerViewIdle_shouldNotify() 341 adapter.mOnScrollListener.onScrollStateChanged(recyclerView, SCROLL_STATE_DRAGGING); in notifyItemChange_recyclerViewScrolling_shouldNotifyWhenIdle() 347 adapter.mOnScrollListener.onScrollStateChanged(recyclerView, SCROLL_STATE_IDLE); in notifyItemChange_recyclerViewScrolling_shouldNotifyWhenIdle()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | HighlightablePreferenceGroupAdapter.java | 181 public void onScrollStateChanged(@NonNull RecyclerView recyclerView, int newState) { in highlightAndFocusTargetItem()
|
/packages/apps/Car/SettingsIntelligence/src/com/android/settings/intelligence/search/car/ |
D | CarSearchFragment.java | 91 public void onScrollStateChanged(@NonNull CarUiRecyclerView recyclerView,
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
D | ConversationListFragment.java | 211 public void onScrollStateChanged(final RecyclerView recyclerView, final int newState) { in onCreateView()
|