Home
last modified time | relevance | path

Searched refs:fastScrollSections (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java247 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections = in scrollToPositionAtProgress() local
249 AlphabeticalAppsList.FastScrollSectionInfo lastInfo = fastScrollSections.get(0); in scrollToPositionAtProgress()
250 for (int i = 1; i < fastScrollSections.size(); i++) { in scrollToPositionAtProgress()
251 AlphabeticalAppsList.FastScrollSectionInfo info = fastScrollSections.get(i); in scrollToPositionAtProgress()
DAllAppsFastScrollHelper.java147 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections = in smoothSnapToPosition() local
150 int newScrollY = fastScrollSections.size() > 0 && fastScrollSections.get(0) == info in smoothSnapToPosition()