Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDeviceStateController.java118 boolean shouldReverseRotationDirectionAroundZAxis(@NonNull DisplayContent displayContent) { in shouldReverseRotationDirectionAroundZAxis() method in DeviceStateController
H A DDisplayRotation.java957 if (mDeviceStateController.shouldReverseRotationDirectionAroundZAxis(mDisplayContent)) { in freezeRotation()
1232 if (mDeviceStateController.shouldReverseRotationDirectionAroundZAxis(mDisplayContent)) { in rotationForOrientation()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java522 when(mDeviceStateController.shouldReverseRotationDirectionAroundZAxis(mMockDisplayContent)) in testReverseRotation()
549 when(mDeviceStateController.shouldReverseRotationDirectionAroundZAxis(mMockDisplayContent)) in testFreezeRotation_reverseRotationDirectionAroundZAxis_yes()
559 when(mDeviceStateController.shouldReverseRotationDirectionAroundZAxis(mMockDisplayContent)) in testFreezeRotation_reverseRotationDirectionAroundZAxis_no()