Searched refs:addInsetsChangedListener (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/ |
H A D | DisplayInsetsControllerTest.java | 109 mController.addInsetsChangedListener(DEFAULT_DISPLAY, defaultListener); in testPerDisplayListenerCallback() 110 mController.addInsetsChangedListener(SECOND_DISPLAY, secondListener); in testPerDisplayListenerCallback()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/compatui/ |
H A D | CompatUIControllerTest.java | 303 verify(mMockDisplayInsetsController).addInsetsChangedListener(eq(DISPLAY_ID), any()); in testOnDisplayAdded() 304 verify(mMockDisplayInsetsController).addInsetsChangedListener(eq(DISPLAY_ID + 1), any()); in testOnDisplayAdded() 359 verify(mMockDisplayInsetsController).addInsetsChangedListener(eq(DISPLAY_ID), in testInsetsChanged()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | DisplayInsetsController.java | 72 public void addInsetsChangedListener(int displayId, OnInsetsChangedListener listener) { in addInsetsChangedListener() method in DisplayInsetsController
|
H A D | DisplayImeController.java | 235 mDisplayInsetsController.addInsetsChangedListener(mDisplayId, this); in register()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/animation/ |
H A D | FullscreenUnfoldTaskAnimator.java | 89 mDisplayInsetsController.addInsetsChangedListener(DEFAULT_DISPLAY, this); in init()
|
H A D | SplitTaskUnfoldAnimator.java | 112 mDisplayInsetsController.addInsetsChangedListener(DEFAULT_DISPLAY, this); in init()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/compatui/ |
H A D | CompatUIController.java | 751 mDisplayInsetsController.addInsetsChangedListener(mDisplayId, this); in register()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipController.java | 631 mDisplayInsetsController.addInsetsChangedListener(mPipDisplayLayoutState.getDisplayId(), in onInit()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
H A D | StageCoordinator.java | 1812 mDisplayInsetsController.addInsetsChangedListener(mDisplayId, mSplitLayout); in onTaskAppeared()
|