Searched refs:SecondaryDisplayLauncher (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
D | PinnedAppsAdapter.java | 59 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()
|
D | SecondaryDragView.java | 28 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()
|
D | SecondaryDragLayer.java | 52 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()
|
D | SecondaryDisplayLauncher.java | 69 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()
|
D | SecondaryDragController.java | 44 public class SecondaryDragController extends DragController<SecondaryDisplayLauncher> { 48 public SecondaryDragController(SecondaryDisplayLauncher secondaryLauncher) { in SecondaryDragController()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | SecondaryLauncherAllAppsContainerView.java | 22 import com.android.launcher3.secondarydisplay.SecondaryDisplayLauncher; 28 ActivityAllAppsContainerView<SecondaryDisplayLauncher> {
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/flags/ |
D | DevOptionsUiHelper.kt | 69 import com.android.launcher3.secondarydisplay.SecondaryDisplayLauncher in <lambda>() 376 Intent(context, SecondaryDisplayLauncher::class.java) in <lambda>()
|