Home
last modified time | relevance | path

Searched defs:getSupportedActions (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAccessibilityDelegate.java37 protected void getSupportedActions(View host, ItemInfo item, List<LauncherAction> out) { in getSupportedActions() method in QuickstepAccessibilityDelegate
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DShortcutMenuAccessibilityDelegate.java46 protected void getSupportedActions(View host, ItemInfo item, List<LauncherAction> out) { in getSupportedActions() method in ShortcutMenuAccessibilityDelegate
DLauncherAccessibilityDelegate.java108 protected void getSupportedActions(View host, ItemInfo item, List<LauncherAction> out) { in getSupportedActions() method in LauncherAccessibilityDelegate
151 public static List<LauncherAction> getSupportedActions(Launcher launcher, View host) { in getSupportedActions() method in LauncherAccessibilityDelegate
DBaseAccessibilityDelegate.java87 protected abstract void getSupportedActions(View host, ItemInfo item, List<LauncherAction> out); in getSupportedActions() method in BaseAccessibilityDelegate
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarShortcutMenuAccessibilityDelegate.java73 protected void getSupportedActions(View host, ItemInfo item, List<LauncherAction> out) { in getSupportedActions() method in TaskbarShortcutMenuAccessibilityDelegate
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlaybackControlHelper.java232 public long getSupportedActions() { in getSupportedActions() method in DvrPlaybackControlHelper