Searched refs:ROTATION (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 148 static final int ROTATION = 0x0020; field in ViewPropertyAnimator 157 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z; 530 animateProperty(ROTATION, value); in rotation() 543 animatePropertyBy(ROTATION, value); in rotationBy() 998 case ROTATION: in setValue() 1044 case ROTATION: in getValue()
|
D | RenderNodeAnimator.java | 44 public static final int ROTATION = 5; field in RenderNodeAnimator 73 put(ViewPropertyAnimator.ROTATION, ROTATION);
|
D | View.java | 19614 public static final Property<View, Float> ROTATION = new FloatProperty<View>("rotation") {
|
/frameworks/base/core/java/android/transition/ |
D | Rotate.java | 55 return ObjectAnimator.ofFloat(view, View.ROTATION, in createAnimator()
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
D | HitRectBug.java | 63 ObjectAnimator anim = ObjectAnimator.ofFloat(mImageView, View.ROTATION, 0, 360); in TestDrawingView()
|
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 545 const float ROTATION = ARC * 2; in TEST_F() local 578 setRotationMatrix(matrix, ROTATION * PI_180); in TEST_F() 583 float angle = float((i * ARC + ROTATION) * PI_180); in TEST_F()
|
/frameworks/base/libs/hwui/ |
D | Animator.h | 126 ROTATION, enumerator
|
D | RenderNode.h | 86 ROTATION = 1 << 7, enumerator
|
D | Animator.cpp | 195 {RenderNode::ROTATION, &RenderProperties::getRotation, &RenderProperties::setRotation },
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | DessertCaseView.java | 430 ObjectAnimator.ofFloat(v, View.ROTATION, rot),
|
/frameworks/base/core/jni/ |
D | android_view_RenderNode.cpp | 233 return SET_AND_DIRTY(setRotation, rotation, RenderNode::ROTATION); in android_view_RenderNode_setRotation()
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0.jd | 1538 android.view.View#ROTATION}, {@link android.view.View#ROTATION_X}, {@link
|
/frameworks/base/api/ |
D | system-current.txt | 36065 field public static final android.util.Property<android.view.View, java.lang.Float> ROTATION;
|
D | current.txt | 33832 field public static final android.util.Property<android.view.View, java.lang.Float> ROTATION;
|