Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java987 final int newOrientation = getRotatedOrientation(dc); in testOnDescendantOrientationRequestChanged()
1006 final int newOrientation = getRotatedOrientation(dc); in testOnDescendantOrientationRequestChanged_FrozenToUserRotation()
1027 final int newOrientation = getRotatedOrientation(dc); in testFixedToUserRotationChanged()
1337 final int newOrientation = getRotatedOrientation(mDisplayContent); in testApplyTopFixedRotationTransform()
1543 final int newOrientation = getRotatedOrientation(mDisplayContent); in testNoFixedRotationOnResumedScheduledApp()
2513 static int getRotatedOrientation(DisplayContent dc) { in getRotatedOrientation() method in DisplayContentTests
H A DRecentsAnimationControllerTest.java451 .getRotatedOrientation(mDefaultDisplay), false /* forceUpdate */)); in testCheckRotationAfterCleanup()