Searched defs:ROTATION (Results 1 - 6 of 6) sorted by relevance

/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 DRenderNode.h84 ROTATION = 1 << 7, enumerator in enum:android::uirenderer::RenderNode::DirtyPropertyMask
H A DAnimator.h128 ROTATION, enumerator in enum:android::uirenderer::RenderPropertyAnimator::RenderProperty
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java44 public static final int ROTATION = 5; field in class:RenderNodeAnimator
73 put(ViewPropertyAnimator.ROTATION, ROTATION);
H A DViewPropertyAnimator.java146 static final int ROTATION = 0x0020; field in class:ViewPropertyAnimator
155 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
528 animateProperty(ROTATION, value);
541 animatePropertyBy(ROTATION, value);
996 case ROTATION:
1042 case ROTATION:
H A DView.java20881 public static final Property<View, Float> ROTATION = new FloatProperty<View>("rotation") { field in class:View

Completed in 776 milliseconds