Home
last modified time | relevance | path

Searched refs:rotate (Results 1 – 11 of 11) 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/animation/cts/
DAnimatorInflaterTest.java64 if (!rotate()) { in testLoadAnimatorWithDifferentInterpolators()
117 if (!rotate()) { in testLoadAnimator()
127 private boolean rotate() throws Throwable { in rotate() method in AnimatorInflaterTest
189 if (!rotate()) { in testLoadStateListAnimatorWithChangingResetState()
219 if (!rotate()) { in testLoadChangingStateListAnimator()
/cts/tests/tests/textureview/src/android/textureview/cts/
DTextureViewTestActivity.java48 ObjectAnimator rotate = ObjectAnimator.ofFloat(mTexView, "rotationY", 180); in onCreate() local
52 animSet.play(rotate).with(fadeIn).with(scaleY); in onCreate()
/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.java212 canvas.rotate(5);
218 canvas.rotate(45);
224 canvas.rotate(90);
237 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/openglperf2/test/
DMatrixTest.cpp102 m1.rotate(180, 1, 0, 1); in TEST()
/cts/tests/tests/graphics/src/android/graphics/cts/
DCanvasTest.java953 mCanvas.rotate(90); in testRotate1()
971 mCanvas.rotate(30, 1.0f, 0.0f); in testRotate2()
/cts/tools/dex-tools/dex/
Dclasses.out.dex31152 public native void rotate(
31155 public final void rotate(
Dclasses0.out.dex43490 public static void rotate(