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.java204 List<SystemShortcut> systemShortcuts = launcher.getSupportedShortcuts() in showForIcon() local
237 int deepShortcutCount, List<SystemShortcut> systemShortcuts) { in populateAndShowRows()
274 List<SystemShortcut> systemShortcuts) { in addAllShortcuts()
312 List<SystemShortcut> systemShortcuts) { in getWidgetShortcut()
326 List<SystemShortcut> systemShortcuts) { in getNonWidgetSystemShortcuts()
341 private void addSystemShortcuts(List<SystemShortcut> systemShortcuts, in addSystemShortcuts()
358 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.java159 List<SystemShortcut> systemShortcuts = getSystemShortcuts() in showForIcon() local
/packages/apps/Launcher3/src/com/android/launcher3/model/
DBgDataModel.java347 Set<String> systemShortcuts = systemMap.remove(entry.getKey()); in updateShortcutPinnedState() local