/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/ |
H A D | ShellInitImpl.java | 48 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 D | CompatUIController.java | 81 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 D | AppPairsController.java | 54 private final DisplayInsetsController mDisplayInsetsController; field in AppPairsController 64 mDisplayInsetsController = displayInsetsController; in AppPairsController() 156 return mDisplayInsetsController; in getDisplayInsetsController()
|
H A D | AppPair.java | 72 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 D | DisplaySystemBarsControllerTest.java | 61 private DisplayInsetsController mDisplayInsetsController; field in DisplaySystemBarsControllerTest 75 mDisplayInsetsController, in setUp()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
H A D | StageTaskUnfoldController.java | 53 private final DisplayInsetsController mDisplayInsetsController; field in StageTaskUnfoldController 74 mDisplayInsetsController = displayInsetsController; in StageTaskUnfoldController() 85 mDisplayInsetsController.addInsetsChangedListener(DEFAULT_DISPLAY, this); in init()
|
H A D | SplitScreenController.java | 128 private final DisplayInsetsController mDisplayInsetsController; field in SplitScreenController 152 mDisplayInsetsController = displayInsetsController; in SplitScreenController() 180 mDisplayInsetsController, mTransitions, mTransactionPool, mLogger, in onOrganizerRegistered()
|
H A D | StageCoordinator.java | 151 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 D | StageTaskUnfoldController.java | 53 private final DisplayInsetsController mDisplayInsetsController; field in StageTaskUnfoldController 74 mDisplayInsetsController = displayInsetsController; in StageTaskUnfoldController() 85 mDisplayInsetsController.addInsetsChangedListener(DEFAULT_DISPLAY, this); in init()
|
H A D | SplitScreenController.java | 94 private final DisplayInsetsController mDisplayInsetsController; field in SplitScreenController 115 mDisplayInsetsController = displayInsetsController; in SplitScreenController() 141 mDisplayInsetsController, mTransitions, mTransactionPool, mLogger, in onOrganizerRegistered()
|
H A D | StageCoordinator.java | 144 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 D | FullscreenUnfoldController.java | 62 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 D | DisplayImeController.java | 72 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 D | StageCoordinatorTests.java | 96 private DisplayInsetsController mDisplayInsetsController; field in StageCoordinatorTests 292 mDisplayImeController, mDisplayInsetsController, splitLayout, in createStageCoordinator()
|
H A D | SplitTransitionTests.java | 89 @Mock private DisplayInsetsController mDisplayInsetsController; field in SplitTransitionTests 123 mDisplayImeController, mDisplayInsetsController, mSplitLayout, mTransitions, in setup()
|