Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDeviceStateController.java55 private final int[] mReverseRotationAroundZAxisStates; field in DeviceStateController
89 mReverseRotationAroundZAxisStates = context.getResources() in DeviceStateController()
122 return ArrayUtils.contains(mReverseRotationAroundZAxisStates, mCurrentState); in shouldReverseRotationDirectionAroundZAxis()