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