/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/tv/ |
D | TvSplitScreenController.java | 58 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/ |
D | StartingWindowControllerTests.java | 69 private @Mock DisplayInsetsController mDisplayInsetsController; field in StartingWindowControllerTests 88 mDisplayInsetsController, mMainExecutor)); in setUp()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/animation/ |
D | FullscreenUnfoldTaskAnimator.java | 70 private final DisplayInsetsController mDisplayInsetsController; field in FullscreenUnfoldTaskAnimator 82 mDisplayInsetsController = displayInsetsController; in FullscreenUnfoldTaskAnimator() 89 mDisplayInsetsController.addInsetsChangedListener(DEFAULT_DISPLAY, this); in init()
|
D | SplitTaskUnfoldAnimator.java | 78 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/ |
D | ShellController.java | 67 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/ |
D | PipController.java | 80 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/ |
D | SplitScreenControllerTests.java | 105 @Mock DisplayInsetsController mDisplayInsetsController; field in SplitScreenControllerTests 126 mDisplayInsetsController, mMainExecutor)); in setup() 130 mDisplayInsetsController, mDragAndDropController, mTransitions, mTransactionPool, in setup()
|
D | StageCoordinatorTests.java | 111 private DisplayInsetsController mDisplayInsetsController; field in StageCoordinatorTests 140 mDisplayInsetsController, mSplitLayout, mTransitions, mTransactionPool, in setup()
|
D | SplitTransitionTests.java | 105 @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/ |
D | CompatUIController.java | 150 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/ |
D | DisplayImeController.java | 82 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/ |
D | ShellControllerTest.java | 68 private DisplayInsetsController mDisplayInsetsController; field in ShellControllerTest 87 mDisplayInsetsController, mExecutor); in setUp()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipController.java | 143 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/ |
D | DesktopModeWindowDecorViewModel.java | 153 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/ |
D | RecentTasksControllerTest.java | 113 private DisplayInsetsController mDisplayInsetsController; field in RecentTasksControllerTest 141 mDisplayInsetsController, mMainExecutor)); in setUp()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | SplitScreenController.java | 185 private final DisplayInsetsController mDisplayInsetsController; field in SplitScreenController 240 mDisplayInsetsController = displayInsetsController; in SplitScreenController() 293 mDisplayInsetsController, mTransitions, mTransactionPool, mIconProvider, in createStageCoordinator()
|
D | StageCoordinator.java | 203 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()
|