/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 …]
|
/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 | 299 } while (activity.rotate()); in testWindowProducer() 312 } while (activity.rotate()); in testWindowProducerCropTopLeft() 325 } while (activity.rotate()); in testWindowProducerCropCenter() 338 } while (activity.rotate()); in testWindowProducerCropBottomHalf() 357 } while (activity.rotate()); in testWindowProducerScaling() 379 } while (activity.rotate()); in testWindowProducerCopyToRGBA16F() 422 } while (activity.rotate()); in testWideGamutWindowProducerCopyToRGBA8888() 462 } while (activity.rotate()); in testWideGamutWindowProducerCopyToRGBA16F() 492 } while (activity.rotate()); in testDialogProducer() 505 } while (activity.rotate()); in testDialogProducerCropTopLeft() [all …]
|
D | TextureViewTest.java | 124 Matrix rotate = new Matrix(); in testRotateScale() local 125 rotate.setRotate(180, textureView.getWidth() / 2, textureView.getHeight() / 2); in testRotateScale() 126 activity.drawFrame(rotate, TextureViewTest::drawGlQuad); in testRotateScale()
|
D | PixelCopyWideGamutViewProducerActivity.java | 104 public boolean rotate() { in rotate() method in PixelCopyWideGamutViewProducerActivity
|
D | PixelCopyViewProducerActivity.java | 120 public boolean rotate() { in rotate() method in PixelCopyViewProducerActivity
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | AnimatorInflaterTest.java | 96 if (!rotate()) { in testLoadAnimatorWithDifferentInterpolators() 146 if (!rotate()) { in testLoadAnimator() 156 private boolean rotate() throws Throwable { in rotate() method in AnimatorInflaterTest 220 if (!rotate()) { in testLoadStateListAnimatorWithChangingResetState() 247 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/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/tests/graphics/src/android/graphics/cts/ |
D | CameraTest.java | 133 mCamera.rotate(15.0f, 30.0f, 45.0f); in testRotate()
|
D | CanvasTest.java | 490 mCanvas.rotate(90); in testRotate1() 503 mCanvas.rotate(30, 1.0f, 0.0f); in testRotate2()
|
/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 | 206 private void saveTest(boolean rotate) throws Exception { in saveTest() argument 229 if (rotate) { in saveTest()
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |