/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | KeyguardWidgetCarousel.java | 137 float rotationY = - mAdjacentPagesAngle * boundedProgress; in screenScrolled() 140 v.setRotationY(rotationY); in screenScrolled() 163 PropertyValuesHolder rotationY; 175 rotationY = PropertyValuesHolder.ofFloat("rotationY", 0f); 176 … ObjectAnimator a = ObjectAnimator.ofPropertyValuesHolder(child, alpha, outlineAlpha, rotationY); 195 float rotationY = - mAdjacentPagesAngle * boundedProgress; 202 transform[2] = rotationY; 234 PropertyValuesHolder rotationY; 252 rotationY = PropertyValuesHolder.ofFloat("rotationY", mTmpTransform[2]); 257 pivotX, pivotY, rotationY);
|
/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/v4/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 | 587 public boolean setRotationY(float rotationY) { in setRotationY() argument 588 return nSetRotationY(mNativeRenderNode, rotationY); in setRotationY() 881 private static native boolean nSetRotationY(long renderNode, float rotationY); in nSetRotationY() argument
|
D | ViewPropertyAnimator.java | 581 public ViewPropertyAnimator rotationY(float value) { in rotationY() method in ViewPropertyAnimator
|
D | View.java | 3716 float rotationY = 0; 3810 rotationY = a.getFloat(attr, 0); 4184 setRotationY(rotationY); 10276 public void setRotationY(float rotationY) { 10277 if (rotationY != getRotationY()) { 10279 mRenderNode.setRotationY(rotationY);
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | ViewPropertyAnimatorCompat.java | 52 public void rotationY(ViewPropertyAnimatorCompat vpa, View view, float value); in rotationY() method 165 public void rotationY(ViewPropertyAnimatorCompat vpa, View view, float value) { in rotationY() method in ViewPropertyAnimatorCompat.BaseViewPropertyAnimatorCompatImpl 407 public void rotationY(ViewPropertyAnimatorCompat vpa, View view, float value) { in rotationY() method in ViewPropertyAnimatorCompat.ICSViewPropertyAnimatorCompatImpl 408 ViewPropertyAnimatorCompatICS.rotationY(view, value); in rotationY() 902 public ViewPropertyAnimatorCompat rotationY(float value) { in rotationY() method in ViewPropertyAnimatorCompat 905 IMPL.rotationY(this, view, value); in rotationY()
|
/frameworks/base/docs/html/training/animation/ |
D | cardflip.jd | 110 android:propertyName="rotationY" 132 android:propertyName="rotationY" 161 android:propertyName="rotationY" 184 android:propertyName="rotationY"
|
/frameworks/base/libs/hwui/ |
D | RenderProperties.h | 307 bool setRotationY(float rotationY) { in setRotationY() argument 308 return RP_SET_AND_DIRTY(mPrimitiveFields.mRotationY, rotationY); in setRotationY()
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | hardware-accel.jd | 602 <li><code>rotation</code>, <code>rotationX</code>, <code>rotationY</code>: Changes the 615 ObjectAnimator.ofFloat(view, "rotationY", 180).start(); 623 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/base/api/ |
D | system-current.txt | 1096 field public static final int rotationY = 16843560; // 0x1010328 36559 method public android.view.ViewPropertyAnimator rotationY(float);
|
D | current.txt | 1026 field public static final int rotationY = 16843560; // 0x1010328 34326 method public android.view.ViewPropertyAnimator rotationY(float);
|