/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 | PixelCopyTest.java | 303 } while (activity.rotate()); in testWindowProducer() 316 } while (activity.rotate()); in testWindowProducerCropTopLeft() 329 } while (activity.rotate()); in testWindowProducerCropCenter() 342 } while (activity.rotate()); in testWindowProducerCropBottomHalf() 361 } while (activity.rotate()); in testWindowProducerScaling() 383 } while (activity.rotate()); in testWindowProducerCopyToRGBA16F() 426 } while (activity.rotate()); in testWideGamutWindowProducerCopyToRGBA8888() 495 } while (activity.rotate()); in testWideGamutWindowProducerCopyToRGBA16F() 525 } while (activity.rotate()); in testDialogProducer() 538 } while (activity.rotate()); in testDialogProducerCropTopLeft() [all …]
|
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 | PixelCopyViewProducerDialogActivity.java | 28 public boolean rotate() { in rotate() method in PixelCopyViewProducerDialogActivity
|
D | PixelCopyWideGamutViewProducerActivity.java | 106 public boolean rotate() { in rotate() method in PixelCopyWideGamutViewProducerActivity
|
D | TextureViewTest.java | 131 Matrix rotate = new Matrix(); in testRotateScale() local 132 rotate.setRotate(180, textureView.getWidth() / 2, textureView.getHeight() / 2); in testRotateScale() 133 activity.drawFrame(rotate, TextureViewTest::drawGlQuad); in testRotateScale()
|
D | PixelCopyViewProducerActivity.java | 122 public boolean rotate() { in rotate() method in PixelCopyViewProducerActivity
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | AnimatorInflaterTest.java | 97 if (!rotate()) { in testLoadAnimatorWithDifferentInterpolators() 147 if (!rotate()) { in testLoadAnimator() 157 private boolean rotate() throws Throwable { in rotate() method in AnimatorInflaterTest 221 if (!rotate()) { in testLoadStateListAnimatorWithChangingResetState() 248 if (!rotate()) { in testLoadChangingStateListAnimator()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
D | DisplayModifier.java | 214 canvas.rotate(5); 220 canvas.rotate(45); 226 canvas.rotate(90); 239 canvas.rotate(20);
|
/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/tests/tests/graphics/src/android/graphics/cts/ |
D | CameraTest.java | 134 mCamera.rotate(15.0f, 30.0f, 45.0f); in testRotate()
|
/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/openglperf2/test/ |
D | MatrixTest.cpp | 102 m1.rotate(180, 1, 0, 1); in TEST()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | SimpleSaveActivityTest.java | 276 private void saveTest(boolean rotate) throws Exception { in saveTest() argument 298 if (rotate) { in saveTest()
|
/cts/tools/release-parser/tests/resources/ |
D | Shell.apk.pb.txt | 1244 name: "rotate" 1249 name: "rotate"
|