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.java234 List<SystemShortcut> systemShortcuts = launcher.getSupportedShortcuts() in showForIcon() local
307 List<SystemShortcut> systemShortcuts = getNonWidgetSystemShortcuts(shortcuts); in populateAndShow() local
359 int deepShortcutCount, List<SystemShortcut> systemShortcuts) { in populateAndShowRowsMaterialU()
400 List<SystemShortcut> systemShortcuts) { in addAllShortcutsMaterialU()
438 List<SystemShortcut> systemShortcuts) { in getWidgetShortcut()
452 List<SystemShortcut> systemShortcuts) { in getNonWidgetSystemShortcuts()
467 private void addSystemShortcutsMaterialU(List<SystemShortcut> systemShortcuts, in addSystemShortcutsMaterialU()
484 private void addSystemShortcutsIconsOnly(List<SystemShortcut> systemShortcuts) { in addSystemShortcutsIconsOnly()
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragLayer.java198 List<SystemShortcut> systemShortcuts = new ArrayList<>(); in onIconLongClicked() local
210 systemShortcuts); in onIconLongClicked() local
218 systemShortcuts); in onIconLongClicked() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarPopupController.java161 List<SystemShortcut> systemShortcuts = getSystemShortcuts() in showForIcon() local
/packages/apps/Launcher3/src/com/android/launcher3/model/
DBgDataModel.java326 Set<String> systemShortcuts = systemMap.remove(entry.getKey()); in updateShortcutPinnedState() local