Home
last modified time | relevance | path

Searched refs:SystemShortcut (Results 1 – 15 of 15) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskOverlayFactory.java40 import com.android.launcher3.popup.SystemShortcut;
59 public static List<SystemShortcut> getEnabledShortcuts(TaskView taskView) { in getEnabledShortcuts()
60 final ArrayList<SystemShortcut> shortcuts = new ArrayList<>(); in getEnabledShortcuts()
63 SystemShortcut shortcut = menuOption.getShortcut(activity, taskView); in getEnabledShortcuts()
75 SystemShortcut screenshotShortcut = TaskShortcutFactory.SCREENSHOT in getEnabledShortcuts()
83 SystemShortcut modalShortcut = TaskShortcutFactory.MODAL in getEnabledShortcuts()
199 public SystemShortcut getModalStateSystemShortcut(WorkspaceItemInfo itemInfo) { in getModalStateSystemShortcut()
206 public SystemShortcut getScreenshotShortcut(BaseDraggingActivity activity, in getScreenshotShortcut()
240 private class ScreenshotSystemShortcut extends SystemShortcut {
DTaskShortcutFactory.java41 import com.android.launcher3.popup.SystemShortcut;
42 import com.android.launcher3.popup.SystemShortcut.AppInfo;
67 SystemShortcut getShortcut(BaseDraggingActivity activity, TaskView view); in getShortcut()
88 public SystemShortcut getShortcut(BaseDraggingActivity activity, TaskView taskView) { in getShortcut()
101 class MultiWindowSystemShortcut extends SystemShortcut {
277 class PinSystemShortcut extends SystemShortcut {
308 ? new SystemShortcut.Install(activity, view.getItemInfo()) : null;
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java40 public abstract class SystemShortcut<T extends BaseDraggingActivity> extends ItemInfo class
50 public SystemShortcut(int iconResId, int labelResId, T target, ItemInfo itemInfo) { in SystemShortcut() method in SystemShortcut
58 public SystemShortcut(SystemShortcut<T> other) { in SystemShortcut() method in SystemShortcut
94 @Nullable SystemShortcut<T> getShortcut(T activity, ItemInfo itemInfo); in getShortcut()
108 public static class Widgets extends SystemShortcut<Launcher> {
129 public static class AppInfo extends SystemShortcut {
166 public static class Install extends SystemShortcut {
DPopupContainerWithArrow.java260 … final List<NotificationKeyData> notificationKeys, List<SystemShortcut> systemShortcuts) { in populateAndShow()
303 for (SystemShortcut shortcut : systemShortcuts) { in populateAndShow()
313 for (SystemShortcut shortcut : systemShortcuts) { in populateAndShow()
393 private void initializeSystemShortcut(int resId, ViewGroup container, SystemShortcut info) { in initializeSystemShortcut()
414 private int getInsertIndexForSystemShortcut(ViewGroup container, SystemShortcut shortcut) { in getInsertIndexForSystemShortcut()
563 SystemShortcut widgetInfo = SystemShortcut.WIDGETS.getShortcut(mLauncher, itemInfo);
568 if (systemShortcutView.getTag() instanceof SystemShortcut.Widgets) {
DRemoteActionShortcut.java43 public class RemoteActionShortcut extends SystemShortcut<BaseDraggingActivity> {
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DPinnedAppsAdapter.java40 import com.android.launcher3.popup.SystemShortcut;
208 public SystemShortcut getSystemShortcut(ItemInfo info) { in getSystemShortcut()
213 private class PinUnPinShortcut extends SystemShortcut<SecondaryDisplayLauncher> {
DSecondaryDragLayer.java21 import static com.android.launcher3.popup.SystemShortcut.APP_INFO;
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DWellbeingModel.java51 import com.android.launcher3.popup.SystemShortcut;
161 private SystemShortcut getShortcutForApp(String packageName, int userId, in getShortcutForApp()
331 public static final SystemShortcut.Factory SHORTCUT_FACTORY =
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/hybridhotseat/
DHotseatPredictionController.java66 import com.android.launcher3.popup.SystemShortcut;
90 View.OnAttachStateChangeListener, SystemShortcut.Factory<QuickstepLauncher>,
580 public SystemShortcut<QuickstepLauncher> getShortcut(QuickstepLauncher activity, in getShortcut()
680 private class PinPrediction extends SystemShortcut<QuickstepLauncher> {
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DBaseQuickstepLauncher.java36 import com.android.launcher3.popup.SystemShortcut;
302 public Stream<SystemShortcut.Factory> getSupportedShortcuts() { in getSupportedShortcuts()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskMenuView.java42 import com.android.launcher3.popup.SystemShortcut;
220 private void addMenuOption(SystemShortcut menuOption) { in addMenuOption()
DTaskView.java73 import com.android.launcher3.popup.SystemShortcut;
886 for (SystemShortcut s : TaskOverlayFactory.getEnabledShortcuts(this)) { in onInitializeAccessibilityNodeInfo()
918 for (SystemShortcut s : TaskOverlayFactory.getEnabledShortcuts(this)) { in performAccessibilityAction()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java55 import com.android.launcher3.popup.SystemShortcut;
171 public Stream<SystemShortcut.Factory> getSupportedShortcuts() { in getSupportedShortcuts()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java60 import com.android.launcher3.popup.SystemShortcut;
283 if (info instanceof SystemShortcut) { in getIconResult()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java45 import static com.android.launcher3.popup.SystemShortcut.APP_INFO;
46 import static com.android.launcher3.popup.SystemShortcut.INSTALL;
47 import static com.android.launcher3.popup.SystemShortcut.WIDGETS;
135 import com.android.launcher3.popup.SystemShortcut;
2699 public Stream<SystemShortcut.Factory> getSupportedShortcuts() { in getSupportedShortcuts()