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/
DAllAppsFastScrollHelper.java143 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections = in smoothSnapToPosition() local
146 int newScrollY = fastScrollSections.size() > 0 && fastScrollSections.get(0) == info in smoothSnapToPosition()
DAllAppsRecyclerView.java200 List<AlphabeticalAppsList.FastScrollSectionInfo> fastScrollSections = in scrollToPositionAtProgress() local
202 AlphabeticalAppsList.FastScrollSectionInfo lastInfo = fastScrollSections.get(0); in scrollToPositionAtProgress()
203 for (int i = 1; i < fastScrollSections.size(); i++) { in scrollToPositionAtProgress()
204 AlphabeticalAppsList.FastScrollSectionInfo info = fastScrollSections.get(i); in scrollToPositionAtProgress()