Home
last modified time | relevance | path

Searched defs:systemShortcuts (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java210 List<SystemShortcut> systemShortcuts = launcher.getSupportedShortcuts() in showForIcon() local
246 int deepShortcutCount, List<SystemShortcut> systemShortcuts) { in populateAndShowRows()
260 int deepShortcutCount, List<SystemShortcut> systemShortcuts) { in populateAndShowRows()
297 List<SystemShortcut> systemShortcuts) { in addAllShortcuts()
335 List<SystemShortcut> systemShortcuts) { in getWidgetShortcut()
349 List<SystemShortcut> systemShortcuts) { in getNonWidgetSystemShortcuts()
364 private void addSystemShortcuts(List<SystemShortcut> systemShortcuts, in addSystemShortcuts()
381 private void addSystemShortcutsIconsOnly(List<SystemShortcut> systemShortcuts) { in addSystemShortcutsIconsOnly()
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragLayer.java196 List<SystemShortcut> systemShortcuts = new ArrayList<>(); in onIconLongClicked() local
207 systemShortcuts); in onIconLongClicked() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarPopupController.java157 List<SystemShortcut> systemShortcuts = getSystemShortcuts() in showForIcon() local
/packages/apps/Launcher3/src/com/android/launcher3/model/
DBgDataModel.java272 Set<String> systemShortcuts = systemMap.remove(entry.getKey()); in updateShortcutPinnedState() local