Searched refs:mFastScrollerSections (Results 1 – 1 of 1) sorted by relevance
78 private final List<FastScrollSectionInfo> mFastScrollerSections = new ArrayList<>(); field in AlphabeticalAppsList121 return mFastScrollerSections; in getFastScrollerSections()287 mFastScrollerSections.clear(); in refillAdapterItems()308 mFastScrollerSections.add(lastFastScrollerSectionInfo); in refillAdapterItems()360 for (FastScrollSectionInfo info : mFastScrollerSections) { in refillAdapterItems()372 float perSectionTouchFraction = 1f / mFastScrollerSections.size(); in refillAdapterItems()374 for (FastScrollSectionInfo info : mFastScrollerSections) { in refillAdapterItems()