Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DPinnedAppsAdapter.java59 private final SecondaryDisplayLauncher mLauncher;
63 private final AllAppsStore<SecondaryDisplayLauncher> mAllAppsList;
70 SecondaryDisplayLauncher launcher, in PinnedAppsAdapter()
71 AllAppsStore<SecondaryDisplayLauncher> allAppsStore, in PinnedAppsAdapter()
225 private class PinUnPinShortcut extends SystemShortcut<SecondaryDisplayLauncher> {
229 PinUnPinShortcut(SecondaryDisplayLauncher target, ItemInfo info, View originalView, in PinUnPinShortcut()
DSecondaryDragView.java28 public class SecondaryDragView extends DragView<SecondaryDisplayLauncher> {
30 public SecondaryDragView(SecondaryDisplayLauncher launcher, in SecondaryDragView()
38 public SecondaryDragView(SecondaryDisplayLauncher launcher, View content, int width, int height, in SecondaryDragView()
DSecondaryDragLayer.java52 public class SecondaryDragLayer extends BaseDragLayer<SecondaryDisplayLauncher> {
55 private ActivityAllAppsContainerView<SecondaryDisplayLauncher> mAppsView;
203 final PopupContainerWithArrow<SecondaryDisplayLauncher> container; in onIconLongClicked()
220 private DragView<SecondaryDisplayLauncher> mDragView; in onIconLongClicked()
DSecondaryDisplayLauncher.java69 public class SecondaryDisplayLauncher extends BaseDraggingActivity class
75 private ActivityAllAppsContainerView<SecondaryDisplayLauncher> mAppsView;
198 public ActivityAllAppsContainerView<SecondaryDisplayLauncher> getAppsView() { in getAppsView()
291 AllAppsStore<SecondaryDisplayLauncher> appsStore = mAppsView.getAppsStore(); in bindAllApplications()
DSecondaryDragController.java44 public class SecondaryDragController extends DragController<SecondaryDisplayLauncher> {
48 public SecondaryDragController(SecondaryDisplayLauncher secondaryLauncher) { in SecondaryDragController()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DSecondaryLauncherAllAppsContainerView.java22 import com.android.launcher3.secondarydisplay.SecondaryDisplayLauncher;
28 ActivityAllAppsContainerView<SecondaryDisplayLauncher> {
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/flags/
DDevOptionsUiHelper.kt69 import com.android.launcher3.secondarydisplay.SecondaryDisplayLauncher in <lambda>()
376 Intent(context, SecondaryDisplayLauncher::class.java) in <lambda>()