Searched refs:rotateM (Results 1 – 7 of 7) sorted by relevance
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | EdgeView.java | 76 Matrix.rotateM(mMatrix, LEFT_M, 90, 0, 0, 1); in onLayout() 83 Matrix.rotateM(mMatrix, RIGHT_M, 90, 0, 0, 1); in onLayout()
|
H A D | Paper.java | 85 Matrix.rotateM(mMatrix, 0, degrees, 0, 1, 0); in getTransform()
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | Matrix.java | 537 public static void rotateM(float[] rm, int rmOffset, in rotateM() method in Matrix 557 public static void rotateM(float[] m, int mOffset, in rotateM() method in Matrix
|
/aosp12/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
H A D | MyGLSurfaceView.java | 92 Matrix.rotateM(mMMatrix, 0, 20, 0, 1, 0); in MyRenderer()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 30590 method public static void rotateM(float[], int, float[], int, float, float, float, float); 30591 method public static void rotateM(float[], int, float, float, float, float);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 21258 method public static void rotateM(float[], int, float[], int, float, float, float, float); 21259 method public static void rotateM(float[], int, float, float, float, float);
|