Home
last modified time | relevance | path

Searched refs:currentRotation (Results 1 – 6 of 6) 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() argument
41 mCurrentRotation = currentRotation; in RotationData()
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DConfigChangeTests.java170 int currentRotation, int initialRotation, boolean canHandleConfigChange) { in prepareRotation() argument
171 final boolean is90DegreeDelta = Math.abs(currentRotation - initialRotation) % 2 != 0; in prepareRotation()
190 final int currentRotation = mWmState.getRotation(); in getLifecycleCountsForRotation() local
194 prepareRotation(activityName, session, currentRotation, before, canHandleConfigChange); in getLifecycleCountsForRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/
DBaseRenderer.java323 int currentRotation = ORIENTATION_COUNT - display.getRotation(); in getDeviceRotation() local
329 currentRotation = display.getRotation(); in getDeviceRotation()
336 int currentOrientation = (currentRotation + indexOffset); in getDeviceRotation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
DRobustnessPath.java245 float currentRotation, boolean rotationTestState, float[] rotationLocation, in createRotation() argument
248 mTargetRotation, currentRotation, rotationTestState, rotationLocation, in createRotation()
/cts/tests/framework/base/windowmanager/src/android/server/wm/display/
DAppConfigurationTests.java488 final int currentRotation = mWmState.getRotation(); in testRotatedInfoWithFixedRotationTransform() local
490 final boolean displayRotationChanged = prevRotation != currentRotation; in testRotatedInfoWithFixedRotationTransform()
493 currentRotation, onCreateConfigInfo.rotation); in testRotatedInfoWithFixedRotationTransform()
495 currentRotation, appConfigInfo.rotation); in testRotatedInfoWithFixedRotationTransform()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DUiBot.java1219 final int currentRotation =
1225 return orientation == currentRotation;
1242 final int currentRotation = InstrumentationRegistry.getInstrumentation().getContext()
1247 if (orientation == currentRotation) {