Home
last modified time | relevance | path

Searched defs:getSupportedActions (Results 1 – 5 of 5) 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
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DShortcutMenuAccessibilityDelegate.java52 protected void getSupportedActions(View host, ItemInfo item, List<LauncherAction> out) { in getSupportedActions() method in ShortcutMenuAccessibilityDelegate
H A DLauncherAccessibilityDelegate.java138 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
/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