Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/
H A DShellInitImpl.java48 private final DisplayInsetsController mDisplayInsetsController; field in ShellInitImpl
84 mDisplayInsetsController = displayInsetsController; in ShellInitImpl()
107 mDisplayInsetsController.initialize(); in init()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/
H A DCompatUIController.java81 private final DisplayInsetsController mDisplayInsetsController; field in CompatUIController
103 mDisplayInsetsController = displayInsetsController; in CompatUIController()
321 mDisplayInsetsController.addInsetsChangedListener(mDisplayId, this); in register()
325 mDisplayInsetsController.removeInsetsChangedListener(mDisplayId, this); in unregister()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/apppairs/
H A DAppPairsController.java54 private final DisplayInsetsController mDisplayInsetsController; field in AppPairsController
64 mDisplayInsetsController = displayInsetsController; in AppPairsController()
156 return mDisplayInsetsController; in getDisplayInsetsController()
H A DAppPair.java72 private final DisplayInsetsController mDisplayInsetsController; field in AppPair
98 mDisplayInsetsController = controller.getDisplayInsetsController(); in AppPair()
136 mDisplayInsetsController.addInsetsChangedListener(mRootTaskInfo.displayId, mSplitLayout); in pair()
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/wm/
H A DDisplaySystemBarsControllerTest.java61 private DisplayInsetsController mDisplayInsetsController; field in DisplaySystemBarsControllerTest
75 mDisplayInsetsController, in setUp()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageTaskUnfoldController.java53 private final DisplayInsetsController mDisplayInsetsController; field in StageTaskUnfoldController
74 mDisplayInsetsController = displayInsetsController; in StageTaskUnfoldController()
85 mDisplayInsetsController.addInsetsChangedListener(DEFAULT_DISPLAY, this); in init()
H A DSplitScreenController.java128 private final DisplayInsetsController mDisplayInsetsController; field in SplitScreenController
152 mDisplayInsetsController = displayInsetsController; in SplitScreenController()
180 mDisplayInsetsController, mTransitions, mTransactionPool, mLogger, in onOrganizerRegistered()
H A DStageCoordinator.java151 private final DisplayInsetsController mDisplayInsetsController; field in StageCoordinator
231 mDisplayInsetsController = displayInsetsController; in StageCoordinator()
259 mDisplayInsetsController = displayInsetsController; in StageCoordinator()
1079 mDisplayInsetsController.addInsetsChangedListener(mDisplayId, mSplitLayout); in onDisplayAreaAppeared()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/
H A DStageTaskUnfoldController.java53 private final DisplayInsetsController mDisplayInsetsController; field in StageTaskUnfoldController
74 mDisplayInsetsController = displayInsetsController; in StageTaskUnfoldController()
85 mDisplayInsetsController.addInsetsChangedListener(DEFAULT_DISPLAY, this); in init()
H A DSplitScreenController.java94 private final DisplayInsetsController mDisplayInsetsController; field in SplitScreenController
115 mDisplayInsetsController = displayInsetsController; in SplitScreenController()
141 mDisplayInsetsController, mTransitions, mTransactionPool, mLogger, in onOrganizerRegistered()
H A DStageCoordinator.java144 private final DisplayInsetsController mDisplayInsetsController; field in StageCoordinator
214 mDisplayInsetsController = displayInsetsController; in StageCoordinator()
215 mDisplayInsetsController.addInsetsChangedListener(mDisplayId, mSideStage); in StageCoordinator()
242 mDisplayInsetsController = displayInsetsController; in StageCoordinator()
887 mDisplayInsetsController.addInsetsChangedListener(mDisplayId, mSplitLayout); in onDisplayAreaAppeared()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/fullscreen/
H A DFullscreenUnfoldController.java62 private final DisplayInsetsController mDisplayInsetsController; field in FullscreenUnfoldController
83 mDisplayInsetsController = displayInsetsController; in FullscreenUnfoldController()
95 mDisplayInsetsController.addInsetsChangedListener(DEFAULT_DISPLAY, this); in init()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java72 private final DisplayInsetsController mDisplayInsetsController; field in DisplayImeController
82 mDisplayInsetsController = displayInsetsController; in DisplayImeController()
220 mDisplayInsetsController.addInsetsChangedListener(mDisplayId, this); in register()
224 mDisplayInsetsController.removeInsetsChangedListener(mDisplayId, this); in unregister()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
H A DStageCoordinatorTests.java96 private DisplayInsetsController mDisplayInsetsController; field in StageCoordinatorTests
292 mDisplayImeController, mDisplayInsetsController, splitLayout, in createStageCoordinator()
H A DSplitTransitionTests.java89 @Mock private DisplayInsetsController mDisplayInsetsController; field in SplitTransitionTests
123 mDisplayImeController, mDisplayInsetsController, mSplitLayout, mTransitions, in setup()