Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsFastScrollHelper.java69 Runnable mFastScrollToTargetSectionRunnable = new Runnable() { field in AllAppsFastScrollHelper
111 mRv.removeCallbacks(mFastScrollToTargetSectionRunnable); in smoothSnapToPosition()
134 mRv.postDelayed(mFastScrollToTargetSectionRunnable, in smoothSnapToPosition()
168 mRv.removeCallbacks(mFastScrollToTargetSectionRunnable); in onFastScrollCompleted()