Searched refs:ROTATION (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/core/java/android/transition/
H A DRotate.java55 return ObjectAnimator.ofFloat(view, View.ROTATION,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSettingsButton.java132 mAnimator = ObjectAnimator.ofFloat(this, View.ROTATION, 0, 360);
161 mAnimator = ObjectAnimator.ofFloat(this, View.ROTATION, 0, 360);
H A DSignalDrawable.java406 private static final float ROTATION = -45f; field in class:SignalDrawable.SlashArtist
422 m.setRotate(ROTATION, width / 2, height / 2);
427 m.setRotate(-ROTATION, width / 2, height / 2);
432 m.setRotate(ROTATION, width / 2, height / 2);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DHitRectBug.java63 ObjectAnimator anim = ObjectAnimator.ofFloat(mImageView, View.ROTATION, 0, 360);
/frameworks/base/core/java/android/view/
H A DViewPropertyAnimator.java147 static final int ROTATION = 0x0020; field in class:ViewPropertyAnimator
156 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
529 animateProperty(ROTATION, value);
542 animatePropertyBy(ROTATION, value);
997 case ROTATION:
1043 case ROTATION:
H A DRenderNodeAnimator.java44 public static final int ROTATION = 5; field in class:RenderNodeAnimator
73 put(ViewPropertyAnimator.ROTATION, ROTATION);
H A DView.java24411 public static final Property<View, Float> ROTATION = new FloatProperty<View>("rotation") { field in class:View
/frameworks/support/dynamic-animation/src/android/support/animation/
H A DDynamicAnimation.java130 public static final ViewProperty ROTATION = new ViewProperty("rotation") { field in class:DynamicAnimation
357 if (mProperty == ROTATION || mProperty == ROTATION_X
510 * change is 1 (pixel). For {@link #ROTATION}, {@link #ROTATION_X} or {@link #ROTATION_Y}, the
/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp537 // Each point 'i' is a point on a circle of radius ROTATION centered at (3,2) at an angle
545 const float ROTATION = ARC * 2; local
576 // Apply a rotation about the origin by ROTATION degrees clockwise.
578 setRotationMatrix(matrix, ROTATION * PI_180);
583 float angle = float((i * ARC + ROTATION) * PI_180);
/frameworks/base/libs/hwui/
H A DAnimator.h197 ROTATION, enumerator in enum:android::uirenderer::RepeatMode::RenderPropertyAnimator::RenderProperty
H A DRenderNode.h87 ROTATION = 1 << 7, enumerator in enum:android::uirenderer::RenderNode::DirtyPropertyMask
H A DAnimator.cpp323 {RenderNode::ROTATION, &RenderProperties::getRotation, &RenderProperties::setRotation },
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DTouchAnimator.java158 return View.ROTATION;
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java1385 public static final String ROTATION = "android.media.mediarecorder.rotation"; field in class:MediaRecorder.MetricsConstants
H A DMediaCodec.java3735 public static final String ROTATION = "android.media.mediacodec.rotation"; field in class:MediaCodec.MetricsConstants
/frameworks/support/dynamic-animation/tests/src/android/support/dynamicanimation/tests/
H A DSpringTests.java237 final SpringAnimation anim1 = new SpringAnimation(mView1, DynamicAnimation.ROTATION, 0);
614 DynamicAnimation.SCALE_X, DynamicAnimation.SCALE_Y, DynamicAnimation.ROTATION,
/frameworks/base/core/jni/
H A Dandroid_view_RenderNode.cpp221 return SET_AND_DIRTY(setRotation, rotation, RenderNode::ROTATION);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java437 ObjectAnimator.ofFloat(v, View.ROTATION, rot),
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1161 private static final Property<VGroup, Float> ROTATION = field in class:VectorDrawable.VGroup
1183 put("rotation", ROTATION);
/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorSetActivityTest.java59 a3 = ObjectAnimator.ofFloat(square3, View.ROTATION, 0, 90).setDuration(450);

Completed in 509 milliseconds