Home
last modified time | relevance | path

Searched refs:rotationX (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/transition/
DChangeTransform.java376 float translationZ, float scaleX, float scaleY, float rotationX, in setTransforms() argument
383 view.setRotationX(rotationX); in setTransforms()
394 public final float rotationX; field in ChangeTransform.Transforms
404 rotationX = view.getRotationX(); in Transforms()
411 rotationX, rotationY, rotationZ); in restore()
425 thatTransform.rotationX == rotationX && in equals()
/frameworks/support/v4/ics/android/support/v4/view/
DViewPropertyAnimatorCompatICS.java69 public static void rotationX(View view, float value) { in rotationX() method in ViewPropertyAnimatorCompatICS
70 view.animate().rotationX(value); in rotationX()
/frameworks/base/core/java/android/view/
DRenderNode.java566 public boolean setRotationX(float rotationX) { in setRotationX() argument
567 return nSetRotationX(mNativeRenderNode, rotationX); in setRotationX()
880 private static native boolean nSetRotationX(long renderNode, float rotationX); in nSetRotationX() argument
DViewPropertyAnimator.java555 public ViewPropertyAnimator rotationX(float value) { in rotationX() method in ViewPropertyAnimator
DView.java3708 float rotationX = 0;
3799 rotationX = a.getFloat(attr, 0);
4170 setRotationX(rotationX);
10209 public void setRotationX(float rotationX) {
10210 if (rotationX != getRotationX()) {
10212 mRenderNode.setRotationX(rotationX);
/frameworks/support/v4/java/android/support/v4/view/
DViewPropertyAnimatorCompat.java50 public void rotationX(ViewPropertyAnimatorCompat vpa, View view, float value); in rotationX() method
153 public void rotationX(ViewPropertyAnimatorCompat vpa, View view, float value) { in rotationX() method in ViewPropertyAnimatorCompat.BaseViewPropertyAnimatorCompatImpl
394 public void rotationX(ViewPropertyAnimatorCompat vpa, View view, float value) { in rotationX() method in ViewPropertyAnimatorCompat.ICSViewPropertyAnimatorCompatImpl
395 ViewPropertyAnimatorCompatICS.rotationX(view, value); in rotationX()
865 public ViewPropertyAnimatorCompat rotationX(float value) { in rotationX() method in ViewPropertyAnimatorCompat
868 IMPL.rotationX(this, view, value); in rotationX()
/frameworks/base/libs/hwui/
DRenderProperties.h299 bool setRotationX(float rotationX) { in setRotationX() argument
300 return RP_SET_AND_DIRTY(mPrimitiveFields.mRotationX, rotationX); in setRotationX()
/frameworks/base/core/java/android/widget/
DStackView.java1426 float rotationX = v.getRotationX();
1435 v.setRotationX(rotationX);
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd558 <li><code>rotation</code>, <code>rotationX</code>, <code>rotationY</code>: Changes the
Dprop-animation.jd846 <li><code>rotation</code>, <code>rotationX</code>, and <code>rotationY</code>: These properties
/frameworks/base/docs/html/about/versions/
Dandroid-3.0.jd440 {@code rotationX}, {@code rotationY}, {@code scaleX}, {@code scaleY}, {@code transformPivotX},
/frameworks/base/api/
Dcurrent.txt1018 field public static final int rotationX = 16843559; // 0x1010327
34145 method public android.view.ViewPropertyAnimator rotationX(float);