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 final List<FastScrollSectionInfo> mFastScrollerSections = new ArrayList<>(); field in AlphabeticalAppsList
232 return mFastScrollerSections; in getFastScrollerSections()
416 mFastScrollerSections.clear(); in refillAdapterItems()
456 mFastScrollerSections.add(lastFastScrollerSectionInfo); in refillAdapterItems()
482 mFastScrollerSections.add(lastFastScrollerSectionInfo); in refillAdapterItems()
550 for (FastScrollSectionInfo info : mFastScrollerSections) { in refillAdapterItems()
562 float perSectionTouchFraction = 1f / mFastScrollerSections.size(); in refillAdapterItems()
564 for (FastScrollSectionInfo info : mFastScrollerSections) { in refillAdapterItems()