Home
last modified time | relevance | path

Searched refs:getShortcut (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskShortcutFactory.java64 SystemShortcut getShortcut(BaseDraggingActivity activity, TaskView view); in getShortcut() method
85 public SystemShortcut getShortcut(BaseDraggingActivity activity, TaskView taskView) { in getShortcut() method in TaskShortcutFactory.MultiWindowFactory
236 public SystemShortcut getShortcut(BaseDraggingActivity activity, TaskView taskView) {
237 SystemShortcut shortcut = super.getShortcut(activity, taskView);
329 WellbeingModel.SHORTCUT_FACTORY.getShortcut(activity, view.getItemInfo());
DTaskOverlayFactory.java70 SystemShortcut shortcut = menuOption.getShortcut(activity, taskView); in getEnabledShortcuts()
89 .getShortcut(activity, taskView); in getEnabledShortcuts()
98 .getShortcut(activity, taskView); in getEnabledShortcuts()
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/
DAppSharing.java76 private SystemShortcut<Launcher> getShortcut(Launcher launcher, ItemInfo info) { in getShortcut() method in AppSharing
131 (new AppSharing(launcher)).getShortcut(launcher, itemInfo);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
DUserDictionarySettings.java208 final String shortcut = getShortcut(position); in onListItemClick()
270 private String getShortcut(final int position) { in getShortcut() method in UserDictionarySettings
/packages/apps/Settings/src/com/android/settings/inputmethod/
DUserDictionarySettings.java148 final String shortcut = getShortcut(position); in onListItemClick()
212 private String getShortcut(final int position) { in getShortcut() method in UserDictionarySettings
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/logging/
DStatsLogCompatManager.java398 return info.getShortcut().getShortcutName(); in getPackageName()
415 return info.getShortcut().getShortcutName(); in getComponentName()
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragLayer.java188 APP_INFO.getShortcut(mActivity, item))); in onIconLongClicked()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java213 .map(s -> s.getShortcut(launcher, item)) in showForIcon()
541 SystemShortcut widgetInfo = SystemShortcut.WIDGETS.getShortcut(mLauncher, itemInfo);
DSystemShortcut.java115 @Nullable SystemShortcut<T> getShortcut(T activity, ItemInfo itemInfo); in getShortcut() method
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DAppEventProducer.java192 LauncherAtom.Shortcut si = info.getShortcut(); in toAppTarget()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java433 public SystemShortcut<QuickstepLauncher> getShortcut(QuickstepLauncher activity, in getShortcut() method