/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/tv/ |
H A D | TvSplitScreenController.java | 57 private final DisplayInsetsController mDisplayInsetsController; field in TvSplitScreenController 98 mDisplayInsetsController = displayInsetsController; in TvSplitScreenController() 117 mDisplayInsetsController, mTransitions, mTransactionPool, in createStageCoordinator()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/animation/ |
H A D | FullscreenUnfoldTaskAnimator.java | 70 private final DisplayInsetsController mDisplayInsetsController; field in FullscreenUnfoldTaskAnimator 82 mDisplayInsetsController = displayInsetsController; in FullscreenUnfoldTaskAnimator() 89 mDisplayInsetsController.addInsetsChangedListener(DEFAULT_DISPLAY, this); in init()
|
H A D | SplitTaskUnfoldAnimator.java | 78 private final DisplayInsetsController mDisplayInsetsController; field in SplitTaskUnfoldAnimator 100 mDisplayInsetsController = displayInsetsController; in SplitTaskUnfoldAnimator() 112 mDisplayInsetsController.addInsetsChangedListener(DEFAULT_DISPLAY, this); in init()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayImeController.java | 81 private final DisplayInsetsController mDisplayInsetsController; field in DisplayImeController 94 mDisplayInsetsController = displayInsetsController; in DisplayImeController() 235 mDisplayInsetsController.addInsetsChangedListener(mDisplayId, this); in register() 239 mDisplayInsetsController.removeInsetsChangedListener(mDisplayId, this); in unregister()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/ |
H A D | CompatUIController.java | 150 private final DisplayInsetsController mDisplayInsetsController; field in CompatUIController 207 mDisplayInsetsController = displayInsetsController; in CompatUIController() 751 mDisplayInsetsController.addInsetsChangedListener(mDisplayId, this); in register() 755 mDisplayInsetsController.removeInsetsChangedListener(mDisplayId, this); in unregister()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/ |
H A D | SplitScreenControllerTests.java | 101 @Mock DisplayInsetsController mDisplayInsetsController; field in SplitScreenControllerTests 125 mDisplayInsetsController, mDragAndDropController, mTransitions, mTransactionPool, in setup()
|
H A D | StageCoordinatorTests.java | 108 private DisplayInsetsController mDisplayInsetsController; field in StageCoordinatorTests 135 mDisplayInsetsController, mSplitLayout, mTransitions, mTransactionPool, in setup()
|
H A D | SplitTransitionTests.java | 101 @Mock private DisplayInsetsController mDisplayInsetsController; field in SplitTransitionTests 138 mDisplayImeController, mDisplayInsetsController, mSplitLayout, mTransitions, in setup()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipController.java | 143 private DisplayInsetsController mDisplayInsetsController; field in PipController 473 mDisplayInsetsController = displayInsetsController; in PipController() 631 mDisplayInsetsController.addInsetsChangedListener(mPipDisplayLayoutState.getDisplayId(), in onInit()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
H A D | SplitScreenController.java | 174 private final DisplayInsetsController mDisplayInsetsController; field in SplitScreenController 222 mDisplayInsetsController = displayInsetsController; in SplitScreenController() 274 mDisplayInsetsController = displayInsetsController; in SplitScreenController() 322 mDisplayInsetsController, mTransitions, mTransactionPool, mIconProvider, in createStageCoordinator()
|
H A D | StageCoordinator.java | 194 private final DisplayInsetsController mDisplayInsetsController; field in StageCoordinator 328 mDisplayInsetsController = displayInsetsController; in StageCoordinator() 363 mDisplayInsetsController = displayInsetsController; in StageCoordinator() 1812 mDisplayInsetsController.addInsetsChangedListener(mDisplayId, mSplitLayout); in onTaskAppeared() 1910 mDisplayInsetsController.removeInsetsChangedListener(mDisplayId, mSplitLayout); in onRootTaskVanished()
|