Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupPopulator.java103 List<ShortcutInfo> filteredShortcuts = new ArrayList<>(MAX_SHORTCUTS); in sortAndFilterShortcuts() local
108 int filteredSize = filteredShortcuts.size(); in sortAndFilterShortcuts()
111 filteredShortcuts.add(shortcut); in sortAndFilterShortcuts()
122 filteredShortcuts.remove(lastStaticIndex); in sortAndFilterShortcuts()
123 filteredShortcuts.add(shortcut); in sortAndFilterShortcuts()
126 return filteredShortcuts; in sortAndFilterShortcuts()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
H A DPopupPopulatorTest.java93 List<ShortcutInfo> filteredShortcuts = PopupPopulator.sortAndFilterShortcuts( in filterShortcutsAndAssertNumStaticAndDynamic() local
95 assertIsSorted(filteredShortcuts); in filterShortcutsAndAssertNumStaticAndDynamic()
99 for (ShortcutInfo shortcut : filteredShortcuts) { in filterShortcutsAndAssertNumStaticAndDynamic()