Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardWidgetCarousel.java137 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/
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/v4/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.java587 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
DViewPropertyAnimator.java581 public ViewPropertyAnimator rotationY(float value) { in rotationY() method in ViewPropertyAnimator
DView.java3716 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/
DViewPropertyAnimatorCompat.java52 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/
Dcardflip.jd110 android:propertyName="rotationY"
132 android:propertyName="rotationY"
161 android:propertyName="rotationY"
184 android:propertyName="rotationY"
/frameworks/base/libs/hwui/
DRenderProperties.h307 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/
Dhardware-accel.jd602 <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);
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/base/api/
Dsystem-current.txt1096 field public static final int rotationY = 16843560; // 0x1010328
36559 method public android.view.ViewPropertyAnimator rotationY(float);
Dcurrent.txt1026 field public static final int rotationY = 16843560; // 0x1010328
34326 method public android.view.ViewPropertyAnimator rotationY(float);