Home
last modified time | relevance | path

Searched refs:setDisplayWindowInsetsController (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DDisplayInsetsControllerTest.java92 verify(mWm).setDisplayWindowInsetsController(eq(SECOND_DISPLAY), notNull()); in testOnDisplayAdded_setsDisplayWindowInsetsControllerOnWMService()
101 verify(mWm).setDisplayWindowInsetsController(SECOND_DISPLAY, null); in testOnDisplayRemoved_unsetsDisplayWindowInsetsControllerInWMService()
160 .setDisplayWindowInsetsController(mDisplayIdCaptor.capture(), in addDisplay()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayInsetsController.java125 mWmService.setDisplayWindowInsetsController(mDisplayId, mInsetsControllerImpl); in register()
133 mWmService.setDisplayWindowInsetsController(mDisplayId, null); in unregister()
/aosp14/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl729 void setDisplayWindowInsetsController( in setDisplayWindowInsetsController() method
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java4483 public void setDisplayWindowInsetsController( in setDisplayWindowInsetsController() method in WindowManagerService