Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/TestPhase/
DRobustnessTest.java78 robustnessTestResults.put(BaseResultsDialog.ResultType.ROTATION, rotationTest()); in executeRobustnessTests()
189 testFailed.put(BaseResultsDialog.ResultType.ROTATION, false); in getRotationData()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Dialogs/
DRobustnessResultDialog.java48 … mTextViews.put(ResultType.ROTATION, (TextView) mRootView.findViewById(R.id.tvRotationResult)); in onCreateDialog()
DBaseResultsDialog.java38 ROTATION, enumConstant
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java595 final float ROTATION = ARC * 2; in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition() local
629 matrix.setRotate(ROTATION); in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition()
638 final float angle = (float) ((i * ARC + ROTATION) * PI_180); in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition()
DSurfaceViewSyncTest.java327 PropertyValuesHolder.ofFloat(View.ROTATION, 45f, 45f))), in testVideoSurfaceViewRotated()