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

  /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...]
View.java 571 * rotation, translation and alpha of a view over time. If the animation is
3321 float rotation = 0; local
    [all...]
  /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);
  /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
208 void setRotation(float rotation) {
209 if (rotation != mRotation) {
210 mRotation = rotation;
213 mMatrixFlags &= ~ROTATION;
215 mMatrixFlags |= ROTATION;
  /system/media/camera/src/
camera_metadata_tag_info.c 355 TIDX(SCALER, ROTATION) =
356 { "rotation", TYPE_INT32 },
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 3427 milliseconds