Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskOverlayFactory.java88 SystemShortcut screenshotShortcut = TaskShortcutFactory.SCREENSHOT in getEnabledShortcuts() local
90 if (screenshotShortcut != null) { in getEnabledShortcuts()
91 screenshotShortcut.setHasFinishRecentsInAction(true); in getEnabledShortcuts()
92 shortcuts.add(screenshotShortcut); in getEnabledShortcuts()