Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DPinnedTaskController.java196 boolean shouldDeferOrientationChange() { in shouldDeferOrientationChange() method in PinnedTaskController
H A DDisplayContent.java2005 if (mPinnedTaskController.shouldDeferOrientationChange()) { in continueUpdateOrientationForDiffOrienLaunchingApp()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java1767 assertTrue(displayContent.mPinnedTaskController.shouldDeferOrientationChange()); in testFixedRotationWithPip()
1776 assertFalse(displayContent.mPinnedTaskController.shouldDeferOrientationChange()); in testFixedRotationWithPip()