/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | KeyboardShortcutsDelegate.java | 21 import static com.android.launcher3.accessibility.LauncherAccessibilityDelegate.getSupportedActions; 66 getSupportedActions(mLauncher, mLauncher.getCurrentFocus()).forEach(la -> in onProvideKeyboardShortcuts() 97 for (BaseAccessibilityDelegate.LauncherAction la : getSupportedActions( in onKeyShortcut()
|
/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 42 super.getSupportedActions(host, item, out); in getSupportedActions()
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | BaseAccessibilityDelegate.java | 74 getSupportedActions(host, item, actions); in onInitializeAccessibilityNodeInfo() 87 protected abstract void getSupportedActions(View host, ItemInfo item, List<LauncherAction> out); in getSupportedActions() method in BaseAccessibilityDelegate
|
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 159 delegate.getSupportedActions(host, (ItemInfo) host.getTag(), result); in getSupportedActions()
|
/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
|