Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupContainerWithArrow.java243 … final List<NotificationKeyData> notificationKeys, List<SystemShortcut> systemShortcuts) { in populateAndShow() argument
254 systemShortcuts.size() * getResources().getDimension( in populateAndShow()
284 if (!systemShortcuts.isEmpty()) { in populateAndShow()
285 for (SystemShortcut shortcut : systemShortcuts) { in populateAndShow()
297 for (SystemShortcut shortcut : systemShortcuts) { in populateAndShow()
307 if (!systemShortcuts.isEmpty()) { in populateAndShow()
308 for (SystemShortcut shortcut : systemShortcuts) { in populateAndShow()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DBgDataModel.java316 Set<String> systemShortcuts = systemMap.remove(entry.getKey()); in updateShortcutPinnedState() local
317 if (systemShortcuts == null) { in updateShortcutPinnedState()
318 systemShortcuts = Collections.emptySet(); in updateShortcutPinnedState()
322 if (systemShortcuts.size() != modelShortcuts.size() in updateShortcutPinnedState()
323 || !systemShortcuts.containsAll(modelShortcuts)) { in updateShortcutPinnedState()