Home
last modified time | relevance | path

Searched refs:SHORTCUT_FACTORY (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/
DLauncher3QuickStepGo.java35 shortcuts = Stream.concat(shortcuts, Stream.of(AppSharing.SHORTCUT_FACTORY)); in getSupportedShortcuts()
DAppSharing.java130 public static final SystemShortcut.Factory<Launcher> SHORTCUT_FACTORY = (launcher, itemInfo) -> field in AppSharing
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskShortcutFactory.java329 WellbeingModel.SHORTCUT_FACTORY.getShortcut(activity, view.getItemInfo());
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/model/
DWellbeingModel.java380 public static final SystemShortcut.Factory SHORTCUT_FACTORY = field in WellbeingModel
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DBaseQuickstepLauncher.java438 return Stream.concat(Stream.of(WellbeingModel.SHORTCUT_FACTORY), in getSupportedShortcuts()