Home
last modified time | relevance | path

Searched refs:onFastScrollCompleted (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsRecyclerView.java257 public void onFastScrollCompleted() { in onFastScrollCompleted() method in AllAppsRecyclerView
258 super.onFastScrollCompleted(); in onFastScrollCompleted()
259 mFastScrollHelper.onFastScrollCompleted(); in onFastScrollCompleted()
H A DAllAppsFastScrollHelper.java47 public void onFastScrollCompleted() { in onFastScrollCompleted() method in AllAppsFastScrollHelper
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DBaseRecyclerView.java176 public void onFastScrollCompleted() {} in onFastScrollCompleted() method in BaseRecyclerView
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DRecyclerViewFastScroller.java287 mRv.onFastScrollCompleted(); in handleTouchEvent()