Searched refs:ROTATION (Results 1 – 5 of 5) sorted by relevance
78 robustnessTestResults.put(BaseResultsDialog.ResultType.ROTATION, rotationTest()); in executeRobustnessTests()189 testFailed.put(BaseResultsDialog.ResultType.ROTATION, false); in getRotationData()
48 … mTextViews.put(ResultType.ROTATION, (TextView) mRootView.findViewById(R.id.tvRotationResult)); in onCreateDialog()
38 ROTATION, enumConstant
595 final float ROTATION = ARC * 2; in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition() local629 matrix.setRotate(ROTATION); in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition()638 final float angle = (float) ((i * ARC + ROTATION) * PI_180); in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition()
327 PropertyValuesHolder.ofFloat(View.ROTATION, 45f, 45f))), in testVideoSurfaceViewRotated()