/frameworks/base/core/java/android/transition/ |
D | ChangeTransform.java | 413 float rotationY, float rotationZ) { in setTransforms() argument 420 view.setRotationY(rotationY); in setTransforms() 431 public final float rotationY; field in ChangeTransform.Transforms 441 rotationY = view.getRotationY(); in Transforms() 447 rotationX, rotationY, rotationZ); in restore() 462 thatTransform.rotationY == rotationY && in equals()
|
/frameworks/support/compat/ics/android/support/v4/view/ |
D | ViewPropertyAnimatorCompatICS.java | 77 public static void rotationY(View view, float value) { in rotationY() method in ViewPropertyAnimatorCompatICS 78 view.animate().rotationY(value); in rotationY()
|
/frameworks/base/core/java/android/view/ |
D | RenderNode.java | 546 public boolean setRotationY(float rotationY) { in setRotationY() argument 547 return nSetRotationY(mNativeRenderNode, rotationY); in setRotationY() 864 private static native boolean nSetRotationY(long renderNode, float rotationY); in nSetRotationY() argument
|
D | ViewPropertyAnimator.java | 579 public ViewPropertyAnimator rotationY(float value) { in rotationY() method in ViewPropertyAnimator
|
D | View.java | 4180 float rotationY = 0; 4275 rotationY = a.getFloat(attr, 0); 4685 setRotationY(rotationY); 12065 public void setRotationY(float rotationY) { in setRotationY() argument 12066 if (rotationY != getRotationY()) { in setRotationY() 12068 mRenderNode.setRotationY(rotationY); in setRotationY()
|
/frameworks/support/compat/java/android/support/v4/view/ |
D | ViewPropertyAnimatorCompat.java | 52 public void rotationY(ViewPropertyAnimatorCompat vpa, View view, float value); in rotationY() method 169 public void rotationY(ViewPropertyAnimatorCompat vpa, View view, float value) { in rotationY() method in ViewPropertyAnimatorCompat.BaseViewPropertyAnimatorCompatImpl 433 public void rotationY(ViewPropertyAnimatorCompat vpa, View view, float value) { in rotationY() method in ViewPropertyAnimatorCompat.ICSViewPropertyAnimatorCompatImpl 434 ViewPropertyAnimatorCompatICS.rotationY(view, value); in rotationY() 964 public ViewPropertyAnimatorCompat rotationY(float value) { in rotationY() method in ViewPropertyAnimatorCompat 967 IMPL.rotationY(this, view, value); in rotationY()
|
/frameworks/base/docs/html/training/animation/ |
D | cardflip.jd | 117 android:propertyName="rotationY" 141 android:propertyName="rotationY" 172 android:propertyName="rotationY" 196 android:propertyName="rotationY"
|
/frameworks/base/libs/hwui/ |
D | RenderProperties.h | 336 bool setRotationY(float rotationY) { in setRotationY() argument 337 return RP_SET_AND_DIRTY(mPrimitiveFields.mRotationY, rotationY); in setRotationY()
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | hardware-accel.jd | 550 <li><code>rotation</code>, <code>rotationX</code>, <code>rotationY</code>: Changes the 563 ObjectAnimator.ofFloat(view, "rotationY", 180).start(); 571 ObjectAnimator animator = ObjectAnimator.ofFloat(view, "rotationY", 180);
|
D | prop-animation.jd | 846 <li><code>rotation</code>, <code>rotationX</code>, and <code>rotationY</code>: These properties
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 440 {@code rotationX}, {@code rotationY}, {@code scaleX}, {@code scaleY}, {@code transformPivotX}, 447 android.view.View}, the "rotationY" property, and the start and end values:</p> 449 ObjectAnimator animator = ObjectAnimator.ofFloat(myView, "rotationY", 0, 360);
|
/frameworks/support/api/ |
D | current.txt | 6574 method public android.support.v4.view.ViewPropertyAnimatorCompat rotationY(float);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 1026 field public static final int rotationY = 16843560; // 0x1010328 34326 method public android.view.ViewPropertyAnimator rotationY(float);
|
/frameworks/base/api/ |
D | current.txt | 1044 field public static final int rotationY = 16843560; // 0x1010328 43417 method public android.view.ViewPropertyAnimator rotationY(float);
|
D | system-current.txt | 1151 field public static final int rotationY = 16843560; // 0x1010328 46594 method public android.view.ViewPropertyAnimator rotationY(float);
|
D | test-current.txt | 1044 field public static final int rotationY = 16843560; // 0x1010328 43503 method public android.view.ViewPropertyAnimator rotationY(float);
|