Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DGLES20DisplayList.java249 public void setRotationX(float rotationX) { in setRotationX() argument
251 nSetRotationX(mFinalizer.mNativeDisplayList, rotationX); in setRotationX()
310 float rotation, float rotationX, float rotationY, float scaleX, float scaleY) { in setTransformationInfo() argument
313 rotation, rotationX, rotationY, scaleX, scaleY); in setTransformationInfo()
463 private static native void nSetRotationX(int displayList, float rotationX); in nSetRotationX() argument
468 float translationX, float translationY, float rotation, float rotationX, in nSetTransformationInfo() argument
DDisplayList.java454 public abstract void setRotationX(float rotationX); in setRotationX() argument
529 float rotation, float rotationX, float rotationY, float scaleX, float scaleY); in setTransformationInfo() argument
DViewPropertyAnimator.java505 public ViewPropertyAnimator rotationX(float value) { in rotationX() method in ViewPropertyAnimator
DView.java3532 float rotationX = 0;
3615 rotationX = a.getFloat(attr, 0);
3952 setRotationX(rotationX);
9583 public void setRotationX(float rotationX) {
9586 if (info.mRotationX != rotationX) {
9588 info.mRotationX = rotationX;
9592 mDisplayList.setRotationX(rotationX);
/frameworks/base/libs/hwui/
DDisplayList.h236 void setRotationX(float rotationX) { in setRotationX() argument
237 if (rotationX != mRotationX) { in setRotationX()
238 mRotationX = rotationX; in setRotationX()
/frameworks/base/core/jni/
Dandroid_view_GLES20DisplayList.cpp139 float translationX, float translationY, float rotation, float rotationX, float rotationY, in android_view_GLES20DisplayList_setTransformationInfo() argument
145 displayList->setRotationX(rotationX); in android_view_GLES20DisplayList_setTransformationInfo()
/frameworks/base/core/java/android/widget/
DStackView.java1419 float rotationX = v.getRotationX();
1428 v.setRotationX(rotationX);
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd686 <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.txt893 field public static final int rotationX = 16843559; // 0x1010327
28444 method public android.view.ViewPropertyAnimator rotationX(float);