Searched refs:getSupportedActions (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
H A D | QuickstepAccessibilityDelegate.java | 37 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 D | MediaConnectorService.java | 84 if ((playbackStateWrapper.getSupportedActions() in onStartCommand() 91 if (autoplay && (playbackStateWrapper.getSupportedActions() in onStartCommand()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
H A D | LauncherAccessibilityDelegate.java | 125 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 D | ShortcutMenuAccessibilityDelegate.java | 52 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 D | DvrPlaybackControlHelper.java | 232 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 D | PlaybackViewModel.java | 421 public long getSupportedActions() { in getSupportedActions() method in PlaybackViewModel.PlaybackStateWrapper
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | Launcher.java | 42 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()
|