Home
last modified time | relevance | path

Searched refs:ROTATION (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java148 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()
DRenderNodeAnimator.java44 public static final int ROTATION = 5; field in RenderNodeAnimator
73 put(ViewPropertyAnimator.ROTATION, ROTATION);
DView.java19614 public static final Property<View, Float> ROTATION = new FloatProperty<View>("rotation") {
/frameworks/base/core/java/android/transition/
DRotate.java55 return ObjectAnimator.ofFloat(view, View.ROTATION, in createAnimator()
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DHitRectBug.java63 ObjectAnimator anim = ObjectAnimator.ofFloat(mImageView, View.ROTATION, 0, 360); in TestDrawingView()
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp545 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/
DAnimator.h126 ROTATION, enumerator
DRenderNode.h86 ROTATION = 1 << 7, enumerator
DAnimator.cpp195 {RenderNode::ROTATION, &RenderProperties::getRotation, &RenderProperties::setRotation },
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java430 ObjectAnimator.ofFloat(v, View.ROTATION, rot),
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp233 return SET_AND_DIRTY(setRotation, rotation, RenderNode::ROTATION); in android_view_RenderNode_setRotation()
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd1538 android.view.View#ROTATION}, {@link android.view.View#ROTATION_X}, {@link
/frameworks/base/api/
Dsystem-current.txt36065 field public static final android.util.Property<android.view.View, java.lang.Float> ROTATION;
Dcurrent.txt33832 field public static final android.util.Property<android.view.View, java.lang.Float> ROTATION;