Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepAccessibilityDelegate.java37 protected void getSupportedActions(View host, ItemInfo item, List<LauncherAction> out) { in getSupportedActions() method in QuickstepAccessibilityDelegate
42 super.getSupportedActions(host, item, out); in getSupportedActions()
/aosp12/packages/apps/Car/Media/src/com/android/car/media/service/
H A DMediaConnectorService.java84 if ((playbackStateWrapper.getSupportedActions() in onStartCommand()
91 if (autoplay && (playbackStateWrapper.getSupportedActions() in onStartCommand()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DLauncherAccessibilityDelegate.java125 getSupportedActions(host, item, actions); in onInitializeAccessibilityNodeInfo()
138 protected void getSupportedActions(View host, ItemInfo item, List<LauncherAction> out) { in getSupportedActions() method in LauncherAccessibilityDelegate
174 public static List<LauncherAction> getSupportedActions(Launcher launcher, View host) { in getSupportedActions() method in LauncherAccessibilityDelegate
182 delegate.getSupportedActions(host, (ItemInfo) host.getTag(), result); in getSupportedActions()
H A DShortcutMenuAccessibilityDelegate.java52 protected void getSupportedActions(View host, ItemInfo item, List<LauncherAction> out) { in getSupportedActions() method in ShortcutMenuAccessibilityDelegate
/aosp12/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
H A DDvrPlaybackControlHelper.java232 public long getSupportedActions() { in getSupportedActions() method in DvrPlaybackControlHelper
/aosp12/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/playback/
H A DPlaybackViewModel.java421 public long getSupportedActions() { in getSupportedActions() method in PlaybackViewModel.PlaybackStateWrapper
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java42 import static com.android.launcher3.accessibility.LauncherAccessibilityDelegate.getSupportedActions;
2925 getSupportedActions(this, getCurrentFocus()).forEach(la -> in onProvideKeyboardShortcuts()
2952 for (LauncherAction la : getSupportedActions(this, getCurrentFocus())) { in onKeyShortcut()