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

  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 126 private static final int ROTATION = 0x0010;
134 ROTATION | ROTATION_X | ROTATION_Y | X | Y;
409 * This method will cause the View's <code>rotation</code> property to be animated to the
416 public ViewPropertyAnimator rotation(float value) { method in class:ViewPropertyAnimator
417 animateProperty(ROTATION, value);
422 * This method will cause the View's <code>rotation</code> property to be animated by the
430 animatePropertyBy(ROTATION, value);
733 case ROTATION:
773 case ROTATION:
    [all...]
View.java 540 * rotation, translation and alpha of a view over time. If the animation is
2770 float rotation = 0; local
    [all...]
  /frameworks/base/libs/ui/tests/
InputEvent_test.cpp 524 // Each point 'i' is a point on a circle of radius ROTATION centered at (3,2) at an angle
527 // and check rotation. We set the orientation to the same angle.
532 const float ROTATION = ARC * 2;
563 // Apply a rotation about the origin by ROTATION degrees clockwise.
565 matrix.setRotate(ROTATION);
570 float angle = float((i * ARC + ROTATION) * PI_180);
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java 525 // Each point 'i' is a point on a circle of radius ROTATION centered at (3,2) at an angle
528 // and check rotation. We set the orientation to the same angle.
533 final float ROTATION = ARC * 2;
565 // Apply a rotation about the origin by ROTATION degrees clockwise.
567 matrix.setRotate(ROTATION);
576 final float angle = (float) ((i * ARC + ROTATION) * PI_180);
  /prebuilt/sdk/14/
android.jar 

Completed in 119 milliseconds