Home
last modified time | relevance | path

Searched refs:rotate (Results 1 – 25 of 25) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DMatrix2fTest.java186 float[] rotate = new float[4]; in testRotateLoadRotate() local
187 rotate[0] = cosTheta; in testRotateLoadRotate()
188 rotate[1] = -sinTheta; in testRotateLoadRotate()
189 rotate[2] = sinTheta; in testRotateLoadRotate()
190 rotate[3] = cosTheta; in testRotateLoadRotate()
194 checkData(m, rotate); in testRotateLoadRotate()
197 m.rotate(30.0f); in testRotateLoadRotate()
198 checkData(m, rotate); in testRotateLoadRotate()
205 rotated[0] = rotate[0] * sourceData[0] + rotate[1] * sourceData[2]; in testRotateLoadRotate()
206 rotated[1] = rotate[0] * sourceData[1] + rotate[1] * sourceData[3]; in testRotateLoadRotate()
[all …]
DMatrixTest.rscript724 // Test combining rotate with another transformation.
/cts/tests/tests/view/src/android/view/cts/
DPixelCopyViewProducerDialogActivity.java28 public boolean rotate() { in rotate() method in PixelCopyViewProducerDialogActivity
DTextureViewStressTestActivity.java52 ObjectAnimator rotate = ObjectAnimator.ofFloat(texView, "rotationY", 180); in onCreate() local
56 animSet.play(rotate).with(fadeIn).with(scaleY); in onCreate()
DPixelCopyTest.java376 } while (activity.rotate()); in testViewProducer()
394 } while (activity.rotate()); in testWindowProducerAutoSize()
413 } while (activity.rotate()); in testViewProducerAutoSizeWithSrc()
426 } while (activity.rotate()); in testWindowProducerCropTopLeft()
439 } while (activity.rotate()); in testWindowProducerCropCenter()
452 } while (activity.rotate()); in testWindowProducerCropBottomHalf()
470 } while (activity.rotate()); in testWindowProducerScaling()
489 } while (activity.rotate()); in testWindowProducerCopyToRGBA16F()
506 } while (activity.rotate()); in testWindowProducer()
549 } while (activity.rotate()); in testWideGamutWindowProducerCopyToRGBA8888()
[all …]
DPixelCopyWideGamutViewProducerActivity.java103 public boolean rotate() { in rotate() method in PixelCopyWideGamutViewProducerActivity
DPixelCopyViewProducerActivity.java135 public boolean rotate() { in rotate() method in PixelCopyViewProducerActivity
DTextureViewTest.java185 Matrix rotate = new Matrix(); in testRotateScale() local
186 rotate.setRotate(180, textureView.getWidth() / 2, textureView.getHeight() / 2); in testRotateScale()
187 activity.drawFrame(rotate, TextureViewTest::drawGlQuad); in testRotateScale()
/cts/tests/tests/graphics/src/android/graphics/cts/
DMatrix44Test.java181 mMatrix44.rotate(45, 1, 0, 0); in testRotateX()
191 mMatrix44.rotate(45, 0, 1, 0); in testRotateY()
201 mMatrix44.rotate(45, 0, 0, 1); in testRotateZ()
DCameraTest.java134 mCamera.rotate(15.0f, 30.0f, 45.0f); in testRotate()
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java112 if (!rotate()) { in testLoadAnimatorWithDifferentInterpolators()
162 if (!rotate()) { in testLoadAnimator()
172 private boolean rotate() throws Throwable { in rotate() method in AnimatorInflaterTest
237 if (!rotate()) { in testLoadStateListAnimatorWithChangingResetState()
264 if (!rotate()) { in testLoadChangingStateListAnimator()
/cts/tests/openglperf2/jni/graphics/
DMatrix.h34 void rotate(float radians, float x, float y, float z);
DMatrix.cpp96 void Matrix::rotate(float radians, float x, float y, float z) { in rotate() function in Matrix
/cts/apps/CameraITS/utils/
Dlow_light_utils.py199 img = cv2.rotate(img, cv2.ROTATE_90_CLOCKWISE)
210 img = cv2.rotate(img, cv2.ROTATE_90_COUNTERCLOCKWISE)
223 img = cv2.rotate(img, cv2.ROTATE_90_CLOCKWISE)
233 img = cv2.rotate(img, cv2.ROTATE_90_CLOCKWISE)
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDisplayModifier.java204 canvas.rotate(5);
210 canvas.rotate(45);
216 canvas.rotate(90);
229 canvas.rotate(20);
/cts/tests/openglperf2/jni/reference/scene/flocking/
DFlockingScene.cpp166 transformMatrix->rotate(atan2(vel->mY, vel->mX) + M_PI, 0, 0, 1); in updateSceneGraphs()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DCanvasTests.java221 .rotate(45, 1, 0, 0) in testDrawWithConcatenatedMatrix44()
223 .rotate(45, 0, 0, 1); in testDrawWithConcatenatedMatrix44()
244 canvas.rotate(-1.0f, 0, 0); in drawRotatedBitmap()
DEdgeEffectTests.java284 recordingCanvas.rotate(rotation, WIDTH / 2f, HEIGHT / 2f);
374 canvas.rotate(90, TEST_WIDTH / 2f, TEST_HEIGHT / 2f); in testAbsorbThenDrawDoesNotCrash()
DShaderTests.java229 canvas.rotate(30, TEST_WIDTH / 2f, TEST_HEIGHT / 2f); in testAnisotropicFilteredBitmapShader()
/cts/tests/media/src/android/mediav2/cts/
DEncoderProfileLevelTest.java142 for (boolean rotate : boolStates) { in prepareTestArgs()
144 if (rotate) { in prepareTestArgs()
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/
DSimpleSaveActivityTest.java309 private void saveTest(boolean rotate) throws Exception { in saveTest() argument
330 if (rotate) { in saveTest()
/cts/hostsidetests/appsecurity/res/pkgsigverify/
Dgenerate-apks.sh32 apksigner rotate --out ~/tmp/rotated_key --old-signer --key /ssd/android/cts/hostsidetests/appsec…
/cts/tools/release-parser/tests/resources/
DShell.apk.pb.txt1244 name: "rotate"
1249 name: "rotate"
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt15678 method public void rotate(float, float, float);
15786 method public void rotate(float);
15787 method public final void rotate(float, float, float);
16368 …raphics.hwui.flags.matrix_44") @NonNull public android.graphics.Matrix44 rotate(float, float, floa…
38663 method @Deprecated public void rotate(float);
38683 method @Deprecated public void rotate(float, float, float, float);
38684 method @Deprecated public void rotate(float);
38711 method @Deprecated public void rotate(float, float, float, float);