Home
last modified time | relevance | path

Searched refs:rotationY (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java468 public ViewPropertyAnimator rotationY(float value) { in rotationY() method in ViewPropertyAnimator
DView.java2767 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/
Dhardware-accel.jd443 <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);
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},
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/
Dcurrent.txt799 field public static final int rotationY = 16843560; // 0x1010328
23624 method public android.view.ViewPropertyAnimator rotationY(float);
D14.txt799 field public static final int rotationY = 16843560; // 0x1010328
23624 method public android.view.ViewPropertyAnimator rotationY(float);