Home
last modified time | relevance | path

Searched refs:shouldIgnoreOrientationRequestLoop (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DLetterboxUiController.java376 if (shouldIgnoreOrientationRequestLoop()) { in shouldIgnoreRequestedOrientation()
403 boolean shouldIgnoreOrientationRequestLoop() { in shouldIgnoreOrientationRequestLoop() method in LetterboxUiController
DActivityRecord.java10728 mLetterboxUiController.shouldIgnoreOrientationRequestLoop());
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLetterboxUiControllerTest.java304 assertTrue(mController.shouldIgnoreOrientationRequestLoop()); in assertShouldIgnoreOrientationRequestLoop()
306 assertFalse(mController.shouldIgnoreOrientationRequestLoop()); in assertShouldIgnoreOrientationRequestLoop()