Searched refs:getSupportedShortcuts (Results 1 – 5 of 5) sorted by relevance
31 public Stream<SystemShortcut.Factory> getSupportedShortcuts() { in getSupportedShortcuts() method in Launcher3QuickStepGo32 Stream<SystemShortcut.Factory> shortcuts = super.getSupportedShortcuts(); in getSupportedShortcuts()
207 public Stream<SystemShortcut.Factory> getSupportedShortcuts() { in getSupportedShortcuts() method in QuickstepLauncher209 Stream.of(mHotseatPredictionController), super.getSupportedShortcuts()); in getSupportedShortcuts()
495 public Stream<SystemShortcut.Factory> getSupportedShortcuts() { in getSupportedShortcuts() method in BaseQuickstepLauncher497 super.getSupportedShortcuts()); in getSupportedShortcuts()
218 launcher.getSupportedShortcuts() in showForIcon()
3038 public Stream<SystemShortcut.Factory> getSupportedShortcuts() { in getSupportedShortcuts() method in Launcher