Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLetterboxUiControllerTest.java294 assertTrue(mController.shouldIgnoreOrientationRequestLoop()); in assertShouldIgnoreOrientationRequestLoop()
296 assertFalse(mController.shouldIgnoreOrientationRequestLoop()); in assertShouldIgnoreOrientationRequestLoop()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxUiController.java482 if (shouldIgnoreOrientationRequestLoop()) { in shouldIgnoreRequestedOrientation()
510 boolean shouldIgnoreOrientationRequestLoop() { in shouldIgnoreOrientationRequestLoop() method in LetterboxUiController