HomeSort by relevance Sort by last modified time
    Searched defs:ROTATION (Results 1 - 17 of 17) 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/libs/hwui/
RenderNode.h 86 ROTATION = 1 << 7,
Animator.h 126 ROTATION,
  /frameworks/base/core/java/android/view/
RenderNodeAnimator.java 44 public static final int ROTATION = 5;
73 put(ViewPropertyAnimator.ROTATION, ROTATION);
ViewPropertyAnimator.java 148 static final int ROTATION = 0x0020;
157 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
522 * This method will cause the View's <code>rotation</code> property to be animated to the
529 public ViewPropertyAnimator rotation(float value) { method in class:ViewPropertyAnimator
530 animateProperty(ROTATION, value);
535 * This method will cause the View's <code>rotation</code> property to be animated by the
543 animatePropertyBy(ROTATION, value);
    [all...]
  /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);
  /external/robolectric/lib/main/
android.jar 
  /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/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 321 milliseconds