Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupPopulator.java102 List<ShortcutInfo> filteredShortcuts = new ArrayList<>(MAX_SHORTCUTS); in sortAndFilterShortcuts() local
107 int filteredSize = filteredShortcuts.size(); in sortAndFilterShortcuts()
110 filteredShortcuts.add(shortcut); in sortAndFilterShortcuts()
121 filteredShortcuts.remove(lastStaticIndex); in sortAndFilterShortcuts()
122 filteredShortcuts.add(shortcut); in sortAndFilterShortcuts()
125 return filteredShortcuts; in sortAndFilterShortcuts()
/packages/apps/Launcher3/robolectric_tests/src/com/android/launcher3/popup/
DPopupPopulatorTest.java89 List<ShortcutInfo> filteredShortcuts = PopupPopulator.sortAndFilterShortcuts( in filterShortcutsAndAssertNumStaticAndDynamic() local
91 assertIsSorted(filteredShortcuts); in filterShortcutsAndAssertNumStaticAndDynamic()
95 for (ShortcutInfo shortcut : filteredShortcuts) { in filterShortcutsAndAssertNumStaticAndDynamic()