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.java79 List<ShortcutInfo> filteredShortcuts = new ArrayList<>(MAX_SHORTCUTS); in sortAndFilterShortcuts() local
84 int filteredSize = filteredShortcuts.size(); in sortAndFilterShortcuts()
87 filteredShortcuts.add(shortcut); in sortAndFilterShortcuts()
98 filteredShortcuts.remove(lastStaticIndex); in sortAndFilterShortcuts()
99 filteredShortcuts.add(shortcut); in sortAndFilterShortcuts()
102 return filteredShortcuts; in sortAndFilterShortcuts()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/popup/
DPopupPopulatorTest.java74 List<ShortcutInfo> filteredShortcuts = PopupPopulator.sortAndFilterShortcuts(shortcuts); in filterShortcutsAndAssertNumStaticAndDynamic() local
75 assertIsSorted(filteredShortcuts); in filterShortcutsAndAssertNumStaticAndDynamic()
79 for (ShortcutInfo shortcut : filteredShortcuts) { in filterShortcutsAndAssertNumStaticAndDynamic()