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

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsFastScrollHelper.java 143 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections =
146 int newScrollY = fastScrollSections.size() > 0 && fastScrollSections.get(0) == info
AllAppsRecyclerView.java 192 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections =
194 AlphabeticalAppsList.FastScrollSectionInfo lastInfo = fastScrollSections.get(0);
195 for (int i = 1; i < fastScrollSections.size(); i++) {
196 AlphabeticalAppsList.FastScrollSectionInfo info = fastScrollSections.get(i);

Completed in 80 milliseconds