Searched refs:currentRotation (Results 1 – 6 of 6) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/PathUtilityClasses/ |
D | RotationData.java | 38 public RotationData(float targetRotation, float currentRotation, in RotationData() argument 41 mCurrentRotation = currentRotation; in RotationData()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/ |
D | ConfigChangeTests.java | 170 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/ |
D | BaseRenderer.java | 323 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/ |
D | RobustnessPath.java | 245 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/ |
D | AppConfigurationTests.java | 488 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/ |
D | UiBot.java | 1219 final int currentRotation = 1225 return orientation == currentRotation; 1242 final int currentRotation = InstrumentationRegistry.getInstrumentation().getContext() 1247 if (orientation == currentRotation) {
|