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.java219 public void onFastScrollCompleted() { in onFastScrollCompleted() method in AllAppsRecyclerView
220 super.onFastScrollCompleted(); in onFastScrollCompleted()
221 mFastScrollHelper.onFastScrollCompleted(); in onFastScrollCompleted()
DAllAppsFastScrollHelper.java162 public void onFastScrollCompleted() { in onFastScrollCompleted() method in AllAppsFastScrollHelper
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseRecyclerView.java174 public void onFastScrollCompleted() {} in onFastScrollCompleted() method in BaseRecyclerView
/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java260 mRv.onFastScrollCompleted(); in handleTouchEvent()