Home
last modified time | relevance | path

Searched refs:rotate (Results 1 – 17 of 17) 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 …]
/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.java299 } 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 …]
DTextureViewTest.java124 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()
DPixelCopyWideGamutViewProducerActivity.java104 public boolean rotate() { in rotate() method in PixelCopyWideGamutViewProducerActivity
DPixelCopyViewProducerActivity.java120 public boolean rotate() { in rotate() method in PixelCopyViewProducerActivity
/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java96 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/
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/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DDisplayModifier.java214 canvas.rotate(5);
220 canvas.rotate(45);
226 canvas.rotate(90);
239 canvas.rotate(20);
/cts/tests/tests/graphics/src/android/graphics/cts/
DCameraTest.java133 mCamera.rotate(15.0f, 30.0f, 45.0f); in testRotate()
DCanvasTest.java490 mCanvas.rotate(90); in testRotate1()
503 mCanvas.rotate(30, 1.0f, 0.0f); in testRotate2()
/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/openglperf2/test/
DMatrixTest.cpp102 m1.rotate(180, 1, 0, 1); in TEST()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DSimpleSaveActivityTest.java206 private void saveTest(boolean rotate) throws Exception { in saveTest() argument
229 if (rotate) { in saveTest()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...