Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DChangeTransform.java413 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/
DViewPropertyAnimatorCompatICS.java77 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/
DRenderNode.java546 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
DViewPropertyAnimator.java579 public ViewPropertyAnimator rotationY(float value) { in rotationY() method in ViewPropertyAnimator
DView.java4180 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/
DViewPropertyAnimatorCompat.java52 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/
Dcardflip.jd117 android:propertyName="rotationY"
141 android:propertyName="rotationY"
172 android:propertyName="rotationY"
196 android:propertyName="rotationY"
/frameworks/base/libs/hwui/
DRenderProperties.h336 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/
Dhardware-accel.jd550 <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);
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},
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/
Dcurrent.txt6574 method public android.support.v4.view.ViewPropertyAnimatorCompat rotationY(float);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1026 field public static final int rotationY = 16843560; // 0x1010328
34326 method public android.view.ViewPropertyAnimator rotationY(float);
/frameworks/base/api/
Dcurrent.txt1044 field public static final int rotationY = 16843560; // 0x1010328
43417 method public android.view.ViewPropertyAnimator rotationY(float);
Dsystem-current.txt1151 field public static final int rotationY = 16843560; // 0x1010328
46594 method public android.view.ViewPropertyAnimator rotationY(float);
Dtest-current.txt1044 field public static final int rotationY = 16843560; // 0x1010328
43503 method public android.view.ViewPropertyAnimator rotationY(float);