Searched refs:mFastScrollFrames (Results 1 – 1 of 1) sorted by relevance
54 @Thunk final int[] mFastScrollFrames = new int[10]; field in AllAppsFastScrollHelper63 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()