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
637 final float ROTATION = ARC * 2; in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition() local675 matrix.setRotate(ROTATION); in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition()684 final float angle = (float) ((i * ARC + ROTATION) * PI_180); in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition()
285 PropertyValuesHolder.ofFloat(View.ROTATION, 45f, 45f))), in testVideoSurfaceViewRotated()