Home
last modified time | relevance | path

Searched refs:getEnabledShortcuts (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskOverlayFactory.java59 public static List<SystemShortcut> getEnabledShortcuts(TaskView taskView) { in getEnabledShortcuts() method in TaskOverlayFactory
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskView.java886 for (SystemShortcut s : TaskOverlayFactory.getEnabledShortcuts(this)) { in onInitializeAccessibilityNodeInfo()
918 for (SystemShortcut s : TaskOverlayFactory.getEnabledShortcuts(this)) { in performAccessibilityAction()
DTaskMenuView.java217 TaskOverlayFactory.getEnabledShortcuts(taskView).forEach(this::addMenuOption); in addMenuOptions()