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

  /frameworks/base/libs/androidfw/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);
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 130 private static final int ROTATION = 0x0010;
138 ROTATION | ROTATION_X | ROTATION_Y | X | Y;
418 * This method will cause the View's <code>rotation</code> property to be animated to the
425 public ViewPropertyAnimator rotation(float value) { method in class:ViewPropertyAnimator
426 animateProperty(ROTATION, value);
431 * This method will cause the View's <code>rotation</code> property to be animated by the
439 animatePropertyBy(ROTATION, value);
    [all...]
  /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);
  /frameworks/base/libs/hwui/
DisplayListRenderer.h 53 #define ROTATION 0x0002
210 void setRotation(float rotation) {
211 if (rotation != mRotation) {
212 mRotation = rotation;
215 mMatrixFlags &= ~ROTATION;
217 mMatrixFlags |= ROTATION;
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 961 milliseconds