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.java41 @Thunk String mTargetFastScrollSection; field in AllAppsFastScrollHelper
78 mCurrentFastScrollSection = mTargetFastScrollSection;
124 mTargetFastScrollSection = null; in smoothSnapToPosition()
132 mTargetFastScrollSection = info.sectionName; in smoothSnapToPosition()
170 mTargetFastScrollSection = null; in onFastScrollCompleted()
180 if (mCurrentFastScrollSection != null || mTargetFastScrollSection != null) { in onBindView()