Searched defs:getSupportedActions (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepAccessibilityDelegate.java | 37 protected void getSupportedActions(View host, ItemInfo item, List<LauncherAction> out) { in getSupportedActions() method in QuickstepAccessibilityDelegate
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | ShortcutMenuAccessibilityDelegate.java | 46 protected void getSupportedActions(View host, ItemInfo item, List<LauncherAction> out) { in getSupportedActions() method in ShortcutMenuAccessibilityDelegate
|
D | LauncherAccessibilityDelegate.java | 108 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
|
D | BaseAccessibilityDelegate.java | 87 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/ |
D | TaskbarShortcutMenuAccessibilityDelegate.java | 73 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/ |
D | DvrPlaybackControlHelper.java | 232 public long getSupportedActions() { in getSupportedActions() method in DvrPlaybackControlHelper
|