Home
last modified time | relevance | path

Searched refs:mDisplayInsetsController (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/tv/
DTvSplitScreenController.java58 private final DisplayInsetsController mDisplayInsetsController; field in TvSplitScreenController
99 mDisplayInsetsController = displayInsetsController; in TvSplitScreenController()
118 mDisplayInsetsController, mTransitions, mTransactionPool, in createStageCoordinator()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
DStartingWindowControllerTests.java69 private @Mock DisplayInsetsController mDisplayInsetsController; field in StartingWindowControllerTests
88 mDisplayInsetsController, mMainExecutor)); in setUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/animation/
DFullscreenUnfoldTaskAnimator.java70 private final DisplayInsetsController mDisplayInsetsController; field in FullscreenUnfoldTaskAnimator
82 mDisplayInsetsController = displayInsetsController; in FullscreenUnfoldTaskAnimator()
89 mDisplayInsetsController.addInsetsChangedListener(DEFAULT_DISPLAY, this); in init()
DSplitTaskUnfoldAnimator.java78 private final DisplayInsetsController mDisplayInsetsController; field in SplitTaskUnfoldAnimator
100 mDisplayInsetsController = displayInsetsController; in SplitTaskUnfoldAnimator()
112 mDisplayInsetsController.addInsetsChangedListener(DEFAULT_DISPLAY, this); in init()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
DShellController.java67 private final DisplayInsetsController mDisplayInsetsController; field in ShellController
124 mDisplayInsetsController = displayInsetsController; in ShellController()
131 mDisplayInsetsController.addInsetsChangedListener( in onInit()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipController.java80 private final DisplayInsetsController mDisplayInsetsController; field in PipController
133 mDisplayInsetsController = displayInsetsController; in PipController()
186 mDisplayInsetsController.addInsetsChangedListener(mPipDisplayLayoutState.getDisplayId(), in onInit()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
DSplitScreenControllerTests.java105 @Mock DisplayInsetsController mDisplayInsetsController; field in SplitScreenControllerTests
126 mDisplayInsetsController, mMainExecutor)); in setup()
130 mDisplayInsetsController, mDragAndDropController, mTransitions, mTransactionPool, in setup()
DStageCoordinatorTests.java111 private DisplayInsetsController mDisplayInsetsController; field in StageCoordinatorTests
140 mDisplayInsetsController, mSplitLayout, mTransitions, mTransactionPool, in setup()
DSplitTransitionTests.java105 @Mock private DisplayInsetsController mDisplayInsetsController; field in SplitTransitionTests
144 mDisplayImeController, mDisplayInsetsController, mSplitLayout, mTransitions, in setup()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
DCompatUIController.java150 private final DisplayInsetsController mDisplayInsetsController; field in CompatUIController
212 mDisplayInsetsController = displayInsetsController; in CompatUIController()
797 mDisplayInsetsController.addInsetsChangedListener(mDisplayId, this); in register()
801 mDisplayInsetsController.removeInsetsChangedListener(mDisplayId, this); in unregister()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayImeController.java82 private final DisplayInsetsController mDisplayInsetsController; field in DisplayImeController
95 mDisplayInsetsController = displayInsetsController; in DisplayImeController()
239 mDisplayInsetsController.addInsetsChangedListener(mDisplayId, this); in register()
243 mDisplayInsetsController.removeInsetsChangedListener(mDisplayId, this); in unregister()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/sysui/
DShellControllerTest.java68 private DisplayInsetsController mDisplayInsetsController; field in ShellControllerTest
87 mDisplayInsetsController, mExecutor); in setUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java143 private DisplayInsetsController mDisplayInsetsController; field in PipController
478 mDisplayInsetsController = displayInsetsController; in PipController()
636 mDisplayInsetsController.addInsetsChangedListener(mPipDisplayLayoutState.getDisplayId(), in onInit()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecorViewModel.java153 private final DisplayInsetsController mDisplayInsetsController; field in DesktopModeWindowDecorViewModel
240 mDisplayInsetsController = displayInsetsController; in DesktopModeWindowDecorViewModel()
261 mDisplayInsetsController.addInsetsChangedListener(mContext.getDisplayId(), in onInit()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/
DRecentTasksControllerTest.java113 private DisplayInsetsController mDisplayInsetsController; field in RecentTasksControllerTest
141 mDisplayInsetsController, mMainExecutor)); in setUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DSplitScreenController.java185 private final DisplayInsetsController mDisplayInsetsController; field in SplitScreenController
240 mDisplayInsetsController = displayInsetsController; in SplitScreenController()
293 mDisplayInsetsController, mTransitions, mTransactionPool, mIconProvider, in createStageCoordinator()
DStageCoordinator.java203 private final DisplayInsetsController mDisplayInsetsController; field in StageCoordinator
354 mDisplayInsetsController = displayInsetsController; in StageCoordinator()
389 mDisplayInsetsController = displayInsetsController; in StageCoordinator()
2040 mDisplayInsetsController.addInsetsChangedListener(mDisplayId, mSplitLayout); in onTaskAppeared()
2148 mDisplayInsetsController.removeInsetsChangedListener(mDisplayId, mSplitLayout); in onRootTaskVanished()