Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcutFactory.java52 List<SystemShortcut> systemShortcuts = new ArrayList<>(); in getEnabledShortcuts() local
55 systemShortcuts.add(systemShortcut); in getEnabledShortcuts()
59 return systemShortcuts; in getEnabledShortcuts()
DPopupContainerWithArrow.java259 … final List<NotificationKeyData> notificationKeys, List<SystemShortcut> systemShortcuts) { in populateAndShow() argument
286 if (!systemShortcuts.isEmpty()) { in populateAndShow()
288 for (SystemShortcut shortcut : systemShortcuts) { in populateAndShow()
293 } else if (!systemShortcuts.isEmpty()) { in populateAndShow()
298 for (SystemShortcut shortcut : systemShortcuts) { in populateAndShow()