/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | Matrix2fTest.java | 186 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 …]
|
D | MatrixTest.rscript | 724 // Test combining rotate with another transformation.
|
/cts/tests/tests/view/src/android/view/cts/ |
D | PixelCopyViewProducerDialogActivity.java | 28 public boolean rotate() { in rotate() method in PixelCopyViewProducerDialogActivity
|
D | TextureViewStressTestActivity.java | 52 ObjectAnimator rotate = ObjectAnimator.ofFloat(texView, "rotationY", 180); in onCreate() local 56 animSet.play(rotate).with(fadeIn).with(scaleY); in onCreate()
|
D | PixelCopyTest.java | 376 } 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 …]
|
D | PixelCopyWideGamutViewProducerActivity.java | 103 public boolean rotate() { in rotate() method in PixelCopyWideGamutViewProducerActivity
|
D | PixelCopyViewProducerActivity.java | 135 public boolean rotate() { in rotate() method in PixelCopyViewProducerActivity
|
D | TextureViewTest.java | 185 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/ |
D | Matrix44Test.java | 181 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()
|
D | CameraTest.java | 134 mCamera.rotate(15.0f, 30.0f, 45.0f); in testRotate()
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | AnimatorInflaterTest.java | 112 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/ |
D | Matrix.h | 34 void rotate(float radians, float x, float y, float z);
|
D | Matrix.cpp | 96 void Matrix::rotate(float radians, float x, float y, float z) { in rotate() function in Matrix
|
/cts/apps/CameraITS/utils/ |
D | low_light_utils.py | 199 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/ |
D | DisplayModifier.java | 204 canvas.rotate(5); 210 canvas.rotate(45); 216 canvas.rotate(90); 229 canvas.rotate(20);
|
/cts/tests/openglperf2/jni/reference/scene/flocking/ |
D | FlockingScene.cpp | 166 transformMatrix->rotate(atan2(vel->mY, vel->mX) + M_PI, 0, 0, 1); in updateSceneGraphs()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | CanvasTests.java | 221 .rotate(45, 1, 0, 0) in testDrawWithConcatenatedMatrix44() 223 .rotate(45, 0, 0, 1); in testDrawWithConcatenatedMatrix44() 244 canvas.rotate(-1.0f, 0, 0); in drawRotatedBitmap()
|
D | EdgeEffectTests.java | 284 recordingCanvas.rotate(rotation, WIDTH / 2f, HEIGHT / 2f); 374 canvas.rotate(90, TEST_WIDTH / 2f, TEST_HEIGHT / 2f); in testAbsorbThenDrawDoesNotCrash()
|
D | ShaderTests.java | 229 canvas.rotate(30, TEST_WIDTH / 2f, TEST_HEIGHT / 2f); in testAnisotropicFilteredBitmapShader()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | EncoderProfileLevelTest.java | 142 for (boolean rotate : boolStates) { in prepareTestArgs() 144 if (rotate) { in prepareTestArgs()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/ |
D | SimpleSaveActivityTest.java | 309 private void saveTest(boolean rotate) throws Exception { in saveTest() argument 330 if (rotate) { in saveTest()
|
/cts/hostsidetests/appsecurity/res/pkgsigverify/ |
D | generate-apks.sh | 32 apksigner rotate --out ~/tmp/rotated_key --old-signer --key /ssd/android/cts/hostsidetests/appsec…
|
/cts/tools/release-parser/tests/resources/ |
D | Shell.apk.pb.txt | 1244 name: "rotate" 1249 name: "rotate"
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 15678 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);
|