Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/
DLauncher3QuickStepGo.java31 public Stream<SystemShortcut.Factory> getSupportedShortcuts() { in getSupportedShortcuts() method in Launcher3QuickStepGo
32 Stream<SystemShortcut.Factory> shortcuts = super.getSupportedShortcuts(); in getSupportedShortcuts()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java193 public Stream<SystemShortcut.Factory> getSupportedShortcuts() { in getSupportedShortcuts() method in QuickstepLauncher
195 Stream.of(mHotseatPredictionController), super.getSupportedShortcuts()); in getSupportedShortcuts()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DBaseQuickstepLauncher.java437 public Stream<SystemShortcut.Factory> getSupportedShortcuts() { in getSupportedShortcuts() method in BaseQuickstepLauncher
439 super.getSupportedShortcuts()); in getSupportedShortcuts()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java212 launcher.getSupportedShortcuts() in showForIcon()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2868 public Stream<SystemShortcut.Factory> getSupportedShortcuts() { in getSupportedShortcuts() method in Launcher