Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java442 public ViewPropertyAnimator rotationX(float value) { in rotationX() method in ViewPropertyAnimator
DView.java2766 float rotationX = 0; in View() local
2831 rotationX = a.getFloat(attr, 0); in View()
3109 setRotationX(rotationX); in View()
7269 public void setRotationX(float rotationX) {
7272 if (info.mRotationX != rotationX) {
7276 info.mRotationX = rotationX;
/frameworks/base/core/java/android/widget/
DStackView.java1370 float rotationX = v.getRotationX();
1379 v.setRotationX(rotationX);
/frameworks/base/docs/html/guide/topics/graphics/
Dhardware-accel.jd443 <li><code>rotation</code>, <code>rotationX</code>, <code>rotationY</code>: Changes the
Dprop-animation.jd822 <li><code>rotation</code>, <code>rotationX</code>, and <code>rotationY</code>: These properties
/frameworks/base/docs/html/sdk/
Dandroid-3.0.jd511 {@code rotationX}, {@code rotationY}, {@code scaleX}, {@code scaleY}, {@code transformPivotX},
/frameworks/base/api/
Dcurrent.txt798 field public static final int rotationX = 16843559; // 0x1010327
23622 method public android.view.ViewPropertyAnimator rotationX(float);
D14.txt798 field public static final int rotationX = 16843559; // 0x1010327
23622 method public android.view.ViewPropertyAnimator rotationX(float);