Home | History | Annotate | Download | only in views

Lines Matching refs:degrees

160     /** The current rotation amount, in degrees */
662 * Rotates the image 90 degrees, clockwise.
669 * Rotates the image 90 degrees, counter clockwise.
1106 * @param degrees how many degrees to rotate the image, positive rotates clockwise
1109 private void rotate(float degrees, boolean animate) {
1111 mRotateRunnable.start(degrees);
1113 mRotation += degrees;
1114 mMatrix.postRotate(degrees, getWidth() / 2, getHeight() / 2);