Searched refs:windowDecorViewModel (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | MainStage.java | 45 Optional<WindowDecorViewModel> windowDecorViewModel) { in MainStage() argument 47 iconProvider, windowDecorViewModel); in MainStage()
|
D | SideStage.java | 47 Optional<WindowDecorViewModel> windowDecorViewModel) { in SideStage() argument 49 iconProvider, windowDecorViewModel); in SideStage()
|
D | StageTaskListener.java | 108 Optional<WindowDecorViewModel> windowDecorViewModel) { in StageTaskListener() argument 114 mWindowDecorViewModel = windowDecorViewModel; in StageTaskListener()
|
D | SplitScreenController.java | 225 Optional<WindowDecorViewModel> windowDecorViewModel, in SplitScreenController() argument 247 mWindowDecorViewModel = windowDecorViewModel; in SplitScreenController()
|
D | StageCoordinator.java | 320 Optional<WindowDecorViewModel> windowDecorViewModel) { in StageCoordinator() argument 329 mWindowDecorViewModel = windowDecorViewModel; in StageCoordinator() 380 Optional<WindowDecorViewModel> windowDecorViewModel) { in StageCoordinator() argument 398 mWindowDecorViewModel = windowDecorViewModel; in StageCoordinator()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/ |
D | WMShellModule.java | 275 WindowDecorViewModel windowDecorViewModel) { in provideFreeformTaskListener() argument 282 desktopModeTaskRepository, windowDecorViewModel); in provideFreeformTaskListener() 291 WindowDecorViewModel windowDecorViewModel, in provideFreeformTaskTransitionHandler() argument 296 windowDecorViewModel, displayController, mainExecutor, animExecutor); in provideFreeformTaskTransitionHandler() 305 WindowDecorViewModel windowDecorViewModel) { in provideFreeformTaskTransitionObserver() argument 307 context, shellInit, transitions, windowDecorViewModel); in provideFreeformTaskTransitionObserver() 360 Optional<WindowDecorViewModel> windowDecorViewModel, in provideSplitScreenController() argument 368 windowDecorViewModel, desktopTasksController, null /* stageCoordinator */, in provideSplitScreenController()
|
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/ |
D | SplitTestUtils.java | 83 Optional<WindowDecorViewModel> windowDecorViewModel) { in TestStageCoordinator() argument 87 launchAdjacentController, windowDecorViewModel); in TestStageCoordinator()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/freeform/ |
D | FreeformTaskTransitionObserver.java | 56 WindowDecorViewModel windowDecorViewModel) { in FreeformTaskTransitionObserver() argument 58 mWindowDecorViewModel = windowDecorViewModel; in FreeformTaskTransitionObserver()
|
D | FreeformTaskTransitionHandler.java | 71 WindowDecorViewModel windowDecorViewModel, in FreeformTaskTransitionHandler() argument 77 mWindowDecorViewModel = windowDecorViewModel; in FreeformTaskTransitionHandler()
|