HomeSort by relevance Sort by last modified time
    Searched refs:FastScrollSectionInfo (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsFastScrollHelper.java 99 AlphabeticalAppsList.FastScrollSectionInfo info) {
113 AlphabeticalAppsList.FastScrollSectionInfo info) {
147 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections =
AlphabeticalAppsList.java 62 public static class FastScrollSectionInfo {
70 public FastScrollSectionInfo(String sectionName) {
181 private final List<FastScrollSectionInfo> mFastScrollerSections = new ArrayList<>();
231 public List<FastScrollSectionInfo> getFastScrollerSections() {
410 FastScrollSectionInfo lastFastScrollerSectionInfo = null;
455 lastFastScrollerSectionInfo = new FastScrollSectionInfo("");
481 lastFastScrollerSectionInfo = new FastScrollSectionInfo(sectionName);
550 for (FastScrollSectionInfo info : mFastScrollerSections) {
564 for (FastScrollSectionInfo info : mFastScrollerSections) {
AllAppsRecyclerView.java 247 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections =
249 AlphabeticalAppsList.FastScrollSectionInfo lastInfo = fastScrollSections.get(0);
251 AlphabeticalAppsList.FastScrollSectionInfo info = fastScrollSections.get(i);

Completed in 183 milliseconds