Searched refs:rotate (Results 1 – 11 of 11) sorted by relevance
/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/animation/cts/ |
D | AnimatorInflaterTest.java | 64 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/ |
D | TextureViewTestActivity.java | 48 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/ |
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 | 212 canvas.rotate(5); 218 canvas.rotate(45); 224 canvas.rotate(90); 237 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/openglperf2/test/ |
D | MatrixTest.cpp | 102 m1.rotate(180, 1, 0, 1); in TEST()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | CanvasTest.java | 953 mCanvas.rotate(90); in testRotate1() 971 mCanvas.rotate(30, 1.0f, 0.0f); in testRotate2()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 31152 public native void rotate( 31155 public final void rotate(
|
D | classes0.out.dex | 43490 public static void rotate(
|