Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsFastScrollHelper.java54 @Thunk final int[] mFastScrollFrames = new int[10]; field in AllAppsFastScrollHelper
63 if (mFastScrollFrameIndex < mFastScrollFrames.length) {
64 mRv.scrollBy(0, mFastScrollFrames[mFastScrollFrameIndex]);
149 int numFrames = mFastScrollFrames.length; in smoothSnapToPosition()
152 mFastScrollFrames[i] = (newScrollY - scrollY) / numFrames; in smoothSnapToPosition()