Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAlphabeticalAppsList.java181 private List<FastScrollSectionInfo> mFastScrollerSections = new ArrayList<>(); field in AlphabeticalAppsList
240 return mFastScrollerSections; in getFastScrollerSections()
404 mFastScrollerSections.clear(); in updateAdapterItems()
445 mFastScrollerSections.add(lastFastScrollerSectionInfo); in updateAdapterItems()
473 mFastScrollerSections.add(lastFastScrollerSectionInfo); in updateAdapterItems()
534 for (FastScrollSectionInfo info : mFastScrollerSections) { in updateAdapterItems()
547 float perSectionTouchFraction = 1f / mFastScrollerSections.size(); in updateAdapterItems()
549 for (FastScrollSectionInfo info : mFastScrollerSections) { in updateAdapterItems()