Searched refs:mFastScrollerSections (Results 1 – 1 of 1) sorted by relevance
175 private final List<FastScrollSectionInfo> mFastScrollerSections = new ArrayList<>(); field in AlphabeticalAppsList233 return mFastScrollerSections; in getFastScrollerSections()471 mFastScrollerSections.clear(); in refillAdapterItems()495 mFastScrollerSections.add(lastFastScrollerSectionInfo); in refillAdapterItems()521 mFastScrollerSections.add(lastFastScrollerSectionInfo); in refillAdapterItems()589 for (FastScrollSectionInfo info : mFastScrollerSections) { in refillAdapterItems()601 float perSectionTouchFraction = 1f / mFastScrollerSections.size(); in refillAdapterItems()603 for (FastScrollSectionInfo info : mFastScrollerSections) { in refillAdapterItems()