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
77 mCurrentFastScrollSection = mTargetFastScrollSection;
122 mCurrentFastScrollSection = info.sectionName; in smoothSnapToPosition()
130 mCurrentFastScrollSection = null; in smoothSnapToPosition()
177 mCurrentFastScrollSection = null; in onFastScrollCompleted()
188 if (mCurrentFastScrollSection != null || mTargetFastScrollSection != null) { in onBindView()
213 if (mCurrentFastScrollSection != null && pos > -1) { in updateTrackedViewsFastScrollFocusState()
216 mCurrentFastScrollSection.equals(item.sectionName) && in updateTrackedViewsFastScrollFocusState()