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()
193 public Stream<SystemShortcut.Factory> getSupportedShortcuts() { in getSupportedShortcuts() method in QuickstepLauncher195 Stream.of(mHotseatPredictionController), super.getSupportedShortcuts()); in getSupportedShortcuts()
437 public Stream<SystemShortcut.Factory> getSupportedShortcuts() { in getSupportedShortcuts() method in BaseQuickstepLauncher439 super.getSupportedShortcuts()); in getSupportedShortcuts()
212 launcher.getSupportedShortcuts() in showForIcon()
2868 public Stream<SystemShortcut.Factory> getSupportedShortcuts() { in getSupportedShortcuts() method in Launcher