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.h86 ROTATION = 1 << 7, enumerator in enum:android::uirenderer::RenderNode::DirtyPropertyMask
H A DAnimator.h126 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.java148 static final int ROTATION = 0x0020; field in class:ViewPropertyAnimator
157 SCALE_X | SCALE_Y | ROTATION | ROTATION_X | ROTATION_Y | X | Y | Z;
530 animateProperty(ROTATION, value);
543 animatePropertyBy(ROTATION, value);
998 case ROTATION:
1044 case ROTATION:
H A DView.java19614 public static final Property<View, Float> ROTATION = new FloatProperty<View>("rotation") { field in class:View

Completed in 3022 milliseconds