Searched refs:rotationY (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 468 public ViewPropertyAnimator rotationY(float value) { in rotationY() method in ViewPropertyAnimator
|
D | View.java | 2767 float rotationY = 0; in View() local 2835 rotationY = a.getFloat(attr, 0); in View() 3110 setRotationY(rotationY); in View() 7223 public void setRotationY(float rotationY) { 7226 if (info.mRotationY != rotationY) { 7230 info.mRotationY = rotationY;
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | hardware-accel.jd | 443 <li><code>rotation</code>, <code>rotationX</code>, <code>rotationY</code>: Changes the 456 ObjectAnimator.ofFloat(view, "rotationY", 180).start(); 464 ObjectAnimator animator = ObjectAnimator.ofFloat(view, "rotationY", 180);
|
D | prop-animation.jd | 822 <li><code>rotation</code>, <code>rotationX</code>, and <code>rotationY</code>: These properties
|
/frameworks/base/docs/html/sdk/ |
D | android-3.0.jd | 511 {@code rotationX}, {@code rotationY}, {@code scaleX}, {@code scaleY}, {@code transformPivotX}, 518 android.view.View}, the "rotationY" property, and the start and end values:</p> 520 ObjectAnimator animator = ObjectAnimator.ofFloat(myView, "rotationY", 0, 360);
|
/frameworks/base/api/ |
D | current.txt | 799 field public static final int rotationY = 16843560; // 0x1010328 23624 method public android.view.ViewPropertyAnimator rotationY(float);
|
D | 14.txt | 799 field public static final int rotationY = 16843560; // 0x1010328 23624 method public android.view.ViewPropertyAnimator rotationY(float);
|