Home
last modified time | relevance | path

Searched refs:AppSharing (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/
DLauncher3QuickStepGo.java34 if (AppSharing.ENABLE_APP_SHARING) { in getSupportedShortcuts()
35 shortcuts = Stream.concat(shortcuts, Stream.of(AppSharing.SHORTCUT_FACTORY)); in getSupportedShortcuts()
DAppSharing.java59 public final class AppSharing { class
79 private AppSharing(Launcher launcher) { in AppSharing() method in AppSharing
250 (new AppSharing(launcher)).getShortcut(launcher, itemInfo, originalView);