Home
last modified time | relevance | path

Searched refs:APP_INFO (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DSecondaryDragLayer.java21 import static com.android.launcher3.popup.SystemShortcut.APP_INFO;
197 systemShortcuts.add(APP_INFO.getShortcut(mActivity, item, v)); in onIconLongClicked()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarPopupController.java70 APP_INFO = SystemShortcut.AppInfo::new; field in TaskbarPopupController
186 Stream.of(APP_INFO), in getSystemShortcuts()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskOverlayFactory.java110 TaskShortcutFactory.APP_INFO,
DTaskShortcutFactory.java106 TaskShortcutFactory APP_INFO = new TaskShortcutFactory() { field
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DSystemShortcut.java138 public static final Factory<ActivityContext> APP_INFO = AppInfo::new; field in SystemShortcut
/packages/apps/Launcher3/tests/src/com/android/launcher3/popup/
DSystemShortcutTest.java156 SystemShortcut systemShortcut = SystemShortcut.APP_INFO in testAppInfoShortcut()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java47 import static com.android.launcher3.popup.SystemShortcut.APP_INFO;
449 APP_INFO, WellbeingModel.SHORTCUT_FACTORY, mHotseatPredictionController)); in getSupportedShortcuts()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java95 import static com.android.launcher3.popup.SystemShortcut.APP_INFO;
3104 return Stream.of(APP_INFO, WIDGETS, INSTALL);