Searched refs:setDisplayWindowInsetsController (Results 1 – 4 of 4) sorted by relevance
92 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()
125 mWmService.setDisplayWindowInsetsController(mDisplayId, mInsetsControllerImpl); in register()133 mWmService.setDisplayWindowInsetsController(mDisplayId, null); in unregister()
729 void setDisplayWindowInsetsController( in setDisplayWindowInsetsController() method
4483 public void setDisplayWindowInsetsController( in setDisplayWindowInsetsController() method in WindowManagerService