Home
last modified time | relevance | path

Searched defs:currentRotation (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/PathUtilityClasses/
DRotationData.java38 public RotationData(float targetRotation, float currentRotation, in RotationData()
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DConfigChangeTests.java170 int currentRotation, int initialRotation, boolean canHandleConfigChange) { in prepareRotation()
190 final int currentRotation = mWmState.getRotation(); in getLifecycleCountsForRotation() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DRobustnessPath.java245 float currentRotation, boolean rotationTestState, float[] rotationLocation, in createRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DBaseRenderer.java323 int currentRotation = ORIENTATION_COUNT - display.getRotation(); in getDeviceRotation() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DAppConfigurationTests.java488 final int currentRotation = mWmState.getRotation(); in testRotatedInfoWithFixedRotationTransform() local