Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDeviceStateController.java118 boolean shouldReverseRotationDirectionAroundZAxis(@NonNull DisplayContent displayContent) { in shouldReverseRotationDirectionAroundZAxis() method in DeviceStateController
DDisplayRotation.java987 if (mDeviceStateController.shouldReverseRotationDirectionAroundZAxis(mDisplayContent)) { in freezeRotation()
1264 if (mDeviceStateController.shouldReverseRotationDirectionAroundZAxis(mDisplayContent)) { in rotationForOrientation()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayRotationTests.java598 when(mDeviceStateController.shouldReverseRotationDirectionAroundZAxis(mMockDisplayContent)) in testReverseRotation()
625 when(mDeviceStateController.shouldReverseRotationDirectionAroundZAxis(mMockDisplayContent)) in testFreezeRotation_reverseRotationDirectionAroundZAxis_yes()
635 when(mDeviceStateController.shouldReverseRotationDirectionAroundZAxis(mMockDisplayContent)) in testFreezeRotation_reverseRotationDirectionAroundZAxis_no()
/frameworks/base/services/
Dart-wear-profile26498 PLcom/android/server/wm/DeviceStateController;->shouldReverseRotationDirectionAroundZAxis(Lcom/andr…