Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsFastScrollHelper.java37 @Thunk String mTargetFastScrollSection; field in AllAppsFastScrollHelper
73 mCurrentFastScrollSection = mTargetFastScrollSection;
119 mTargetFastScrollSection = null; in smoothSnapToPosition()
127 mTargetFastScrollSection = info.sectionName; in smoothSnapToPosition()
174 mTargetFastScrollSection = null; in onFastScrollCompleted()
184 if (mCurrentFastScrollSection != null || mTargetFastScrollSection != null) { in onBindView()