Home | History | Annotate | Download | only in cts

Lines Matching refs:ROTATION

587         // Each point 'i' is a point on a circle of radius ROTATION centered at (3,2) at an angle
590 // and check rotation. We set the orientation to the same angle.
595 final float ROTATION = ARC * 2;
627 // Apply a rotation about the origin by ROTATION degrees clockwise.
629 matrix.setRotate(ROTATION);
638 final float angle = (float) ((i * ARC + ROTATION) * PI_180);