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.java74 Runnable mFastScrollToTargetSectionRunnable = new Runnable() { field in AllAppsFastScrollHelper
116 mRv.removeCallbacks(mFastScrollToTargetSectionRunnable); in smoothSnapToPosition()
139 mRv.postDelayed(mFastScrollToTargetSectionRunnable, in smoothSnapToPosition()
164 mRv.removeCallbacks(mFastScrollToTargetSectionRunnable); in onFastScrollCompleted()