Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsFastScrollHelper.java40 @Thunk String mCurrentFastScrollSection; field in AllAppsFastScrollHelper
78 mCurrentFastScrollSection = mTargetFastScrollSection;
123 mCurrentFastScrollSection = info.sectionName; in smoothSnapToPosition()
131 mCurrentFastScrollSection = null; in smoothSnapToPosition()
169 mCurrentFastScrollSection = null; in onFastScrollCompleted()
180 if (mCurrentFastScrollSection != null || mTargetFastScrollSection != null) { in onBindView()
220 if (mCurrentFastScrollSection != null && pos > -1) { in updateViewFastScrollFocusState()
222 boolean highlight = item.sectionName.equals(mCurrentFastScrollSection) && in updateViewFastScrollFocusState()