Searched refs:mFastScrollerSections (Results 1 – 1 of 1) sorted by relevance
139 private final List<FastScrollSectionInfo> mFastScrollerSections = new ArrayList<>(); field in AlphabeticalAppsList183 return mFastScrollerSections; in getFastScrollerSections()305 mFastScrollerSections.clear(); in refillAdapterItems()317 mFastScrollerSections.add(lastFastScrollerSectionInfo); in refillAdapterItems()366 for (FastScrollSectionInfo info : mFastScrollerSections) { in refillAdapterItems()378 float perSectionTouchFraction = 1f / mFastScrollerSections.size(); in refillAdapterItems()380 for (FastScrollSectionInfo info : mFastScrollerSections) { in refillAdapterItems()