Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/
H A DLauncher3QuickStepGo.java31 public Stream<SystemShortcut.Factory> getSupportedShortcuts() { in getSupportedShortcuts() method in Launcher3QuickStepGo
32 Stream<SystemShortcut.Factory> shortcuts = super.getSupportedShortcuts(); in getSupportedShortcuts()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DQuickstepLauncher.java207 public Stream<SystemShortcut.Factory> getSupportedShortcuts() { in getSupportedShortcuts() method in QuickstepLauncher
209 Stream.of(mHotseatPredictionController), super.getSupportedShortcuts()); in getSupportedShortcuts()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DBaseQuickstepLauncher.java495 public Stream<SystemShortcut.Factory> getSupportedShortcuts() { in getSupportedShortcuts() method in BaseQuickstepLauncher
497 super.getSupportedShortcuts()); in getSupportedShortcuts()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupContainerWithArrow.java218 launcher.getSupportedShortcuts() in showForIcon()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java3038 public Stream<SystemShortcut.Factory> getSupportedShortcuts() { in getSupportedShortcuts() method in Launcher