| /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 | 99 protected void getSupportedActions(View host, ItemInfo item, List<LauncherAction> out) { in getSupportedActions() method in QuickstepAccessibilityDelegate 104 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 | 45 protected void getSupportedActions(View host, ItemInfo item, List<LauncherAction> out) { in getSupportedActions() method in ShortcutMenuAccessibilityDelegate
|
| D | LauncherAccessibilityDelegate.java | 118 protected void getSupportedActions(View host, ItemInfo item, List<LauncherAction> out) { in getSupportedActions() method in LauncherAccessibilityDelegate 165 public static List<LauncherAction> getSupportedActions(Launcher launcher, View host) { in getSupportedActions() method in LauncherAccessibilityDelegate 173 delegate.getSupportedActions(host, (ItemInfo) host.getTag(), result); in getSupportedActions()
|
| /packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
| D | TaskbarShortcutMenuAccessibilityDelegate.java | 79 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
|