Home
last modified time | relevance | path

Searched refs:SecondaryDisplayLauncher (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/secondarydisplay/
H A DSDLauncherTest.java49 ActivityScenario<SecondaryDisplayLauncher> launcher = in testAllAppsListOpens()
50 launch(SecondaryDisplayLauncher.class); in testAllAppsListOpens()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
H A DPinnedAppsAdapter.java59 private final SecondaryDisplayLauncher mLauncher;
69 public PinnedAppsAdapter(SecondaryDisplayLauncher launcher, AllAppsStore allAppsStore, in PinnedAppsAdapter()
213 private class PinUnPinShortcut extends SystemShortcut<SecondaryDisplayLauncher> {
217 PinUnPinShortcut(SecondaryDisplayLauncher target, ItemInfo info, boolean isPinned) { in PinUnPinShortcut()
H A DSecondaryDragLayer.java46 public class SecondaryDragLayer extends BaseDragLayer<SecondaryDisplayLauncher> {
H A DSecondaryDisplayLauncher.java49 public class SecondaryDisplayLauncher extends BaseDraggingActivity class