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.java243 public void onFastScrollCompleted() { in onFastScrollCompleted() method in AllAppsRecyclerView
244 super.onFastScrollCompleted(); in onFastScrollCompleted()
245 mFastScrollHelper.onFastScrollCompleted(); in onFastScrollCompleted()
DAllAppsFastScrollHelper.java47 public void onFastScrollCompleted() { in onFastScrollCompleted() method in AllAppsFastScrollHelper
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseRecyclerView.java176 public void onFastScrollCompleted() {} in onFastScrollCompleted() method in BaseRecyclerView
/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java292 mRv.onFastScrollCompleted(); in handleTouchEvent()