Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java203 public void onFastScrollCompleted() { in onFastScrollCompleted() method in AllAppsRecyclerView
204 super.onFastScrollCompleted(); in onFastScrollCompleted()
205 mFastScrollHelper.onFastScrollCompleted(); in onFastScrollCompleted()
DAllAppsFastScrollHelper.java47 public void onFastScrollCompleted() { in onFastScrollCompleted() method in AllAppsFastScrollHelper
/packages/apps/Launcher3/src/com/android/launcher3/
DFastScrollRecyclerView.java169 public void onFastScrollCompleted() {} in onFastScrollCompleted() method in FastScrollRecyclerView
/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java341 mRv.onFastScrollCompleted(); in endFastScrolling()