Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DWindowDecorViewModel.java45 void setSplitScreenController(SplitScreenController splitScreenController); in setSplitScreenController() method
H A DCaptionWindowDecorViewModel.java95 public void setSplitScreenController(SplitScreenController splitScreenController) {} in setSplitScreenController() method in CaptionWindowDecorViewModel
H A DDesktopModeWindowDecorViewModel.java203 public void setSplitScreenController(SplitScreenController splitScreenController) { in setSplitScreenController() method in DesktopModeWindowDecorViewModel
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenController.java314 mDragAndDropController.ifPresent(controller -> controller.setSplitScreenController(this)); in onInit()
315 mWindowDecorViewModel.ifPresent(viewModel -> viewModel.setSplitScreenController(this)); in onInit()
316 mDesktopTasksController.ifPresent(controller -> controller.setSplitScreenController(this)); in onInit()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragAndDropController.java175 public void setSplitScreenController(SplitScreenController splitscreen) { in setSplitScreenController() method in DragAndDropController