Searched refs:shouldFreezeInsetsPosition (Results 1 – 3 of 3) sorted by relevance
457 boolean shouldFreezeInsetsPosition(WindowState w) { in shouldFreezeInsetsPosition() method in AsyncRotationController
382 if (controller != null && controller.shouldFreezeInsetsPosition(win)) { in getWindowFrameSurfacePosition()
1200 assertTrue(asyncRotationController.shouldFreezeInsetsPosition(statusBar)); in testFixedRotationOpen()1225 assertTrue(asyncRotationController.shouldFreezeInsetsPosition(navBar)); in testFixedRotationOpen()1249 assertEquals(freeze, controller.shouldFreezeInsetsPosition(w)); in assertShouldFreezeInsetsPosition()