HomeSort by relevance Sort by last modified time
    Searched defs:ROTATION (Results 1 - 11 of 11) sorted by null

  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 537 // Each point 'i' is a point on a circle of radius ROTATION centered at (3,2) at an angle
540 // and check rotation. We set the orientation to the same angle.
545 const float ROTATION = ARC * 2;
576 // Apply a rotation about the origin by ROTATION degrees clockwise.
578 setRotationMatrix(matrix, ROTATION * PI_180);
583 float angle = float((i * ARC + ROTATION) * PI_180);
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 141 private static final int ROTATION = 0x0010;
149 ROTATION | ROTATION_X | ROTATION_Y | X | Y;
472 * This method will cause the View's <code>rotation</code> property to be animated to the
479 public ViewPropertyAnimator rotation(float value) { method in class:ViewPropertyAnimator
480 animateProperty(ROTATION, value);
485 * This method will cause the View's <code>rotation</code> property to be animated by the
493 animatePropertyBy(ROTATION, value);
    [all...]
  /frameworks/base/libs/hwui/
DisplayList.h 42 #define ROTATION 0x0002
220 void setRotation(float rotation) {
221 if (rotation != mRotation) {
222 mRotation = rotation;
225 mMatrixFlags &= ~ROTATION;
227 mMatrixFlags |= ROTATION;
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoProvider.java 123 * The rotation of the photo in degrees, if rotation has not already
126 public static final String ROTATION = "rotation";
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 335 // Each point 'i' is a point on a circle of radius ROTATION centered at (3,2) at an angle
338 // and check rotation. We set the orientation to the same angle.
343 final float ROTATION = ARC * 2;
375 // Apply a rotation about the origin by ROTATION degrees clockwise.
377 matrix.setRotate(ROTATION);
386 final float angle = (float) ((i * ARC + ROTATION) * PI_180);
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 542 milliseconds