Searched defs:rotate (Results 1 – 9 of 9) sorted by relevance
28 public boolean rotate() { in rotate() method in PixelCopyViewProducerDialogActivity
106 public boolean rotate() { in rotate() method in PixelCopyWideGamutViewProducerActivity
122 public boolean rotate() { in rotate() method in PixelCopyViewProducerActivity
52 ObjectAnimator rotate = ObjectAnimator.ofFloat(texView, "rotationY", 180); in onCreate() local
131 Matrix rotate = new Matrix(); in testRotateScale() local
186 float[] rotate = new float[4]; in testRotateLoadRotate() local
157 private boolean rotate() throws Throwable { in rotate() method in AnimatorInflaterTest
96 void Matrix::rotate(float radians, float x, float y, float z) { in rotate() function in Matrix
276 private void saveTest(boolean rotate) throws Exception { in saveTest()