Searched defs:mFastScrollFrames (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsRecyclerView.java53 @Thunk final int[] mFastScrollFrames = new int[10]; field in class:AllAppsRecyclerView
244 if (mFastScrollFrameIndex < mFastScrollFrames.length) {
245 scrollBy(0, mFastScrollFrames[mFastScrollFrameIndex]);
274 int numFrames = mFastScrollFrames.length;
277 mFastScrollFrames[i] = (newScrollY - curScrollY) / numFrames;

Completed in 127 milliseconds