/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
D | KeyguardWidgetCarousel.java | 139 float rotationY = - mAdjacentPagesAngle * boundedProgress; in screenScrolled() 142 v.setRotationY(rotationY); in screenScrolled() 165 PropertyValuesHolder rotationY; 177 rotationY = PropertyValuesHolder.ofFloat("rotationY", 0f); 178 … ObjectAnimator a = ObjectAnimator.ofPropertyValuesHolder(child, alpha, outlineAlpha, rotationY); 197 float rotationY = - mAdjacentPagesAngle * boundedProgress; 204 transform[2] = rotationY; 236 PropertyValuesHolder rotationY; 254 rotationY = PropertyValuesHolder.ofFloat("rotationY", mTmpTransform[2]); 259 pivotX, pivotY, rotationY);
|
/frameworks/base/core/java/android/view/ |
D | GLES20DisplayList.java | 198 public void setRotationY(float rotationY) { in setRotationY() argument 200 nSetRotationY(mFinalizer.mNativeDisplayList, rotationY); in setRotationY() 220 float rotation, float rotationX, float rotationY, float scaleX, float scaleY) { in setTransformationInfo() argument 223 rotation, rotationX, rotationY, scaleX, scaleY); in setTransformationInfo() 326 private static native void nSetRotationY(int displayList, float rotationY); in nSetRotationY() argument 331 float rotationY, float scaleX, float scaleY); in nSetTransformationInfo() argument
|
D | DisplayList.java | 211 public abstract void setRotationY(float rotationY); in setRotationY() argument 242 float rotation, float rotationX, float rotationY, float scaleX, float scaleY); in setTransformationInfo() argument
|
D | ViewPropertyAnimator.java | 477 public ViewPropertyAnimator rotationY(float value) { in rotationY() method in ViewPropertyAnimator
|
D | View.java | 3309 float rotationY = 0; in View() local 3395 rotationY = a.getFloat(attr, 0); in View() 3719 setRotationY(rotationY); in View() 9047 public void setRotationY(float rotationY) { 9050 if (info.mRotationY != rotationY) { 9052 info.mRotationY = rotationY; 9056 mDisplayList.setRotationY(rotationY);
|
/frameworks/base/core/jni/ |
D | android_view_GLES20DisplayList.cpp | 115 float translationX, float translationY, float rotation, float rotationX, float rotationY, in android_view_GLES20DisplayList_setTransformationInfo() argument 122 displayList->setRotationY(rotationY); in android_view_GLES20DisplayList_setTransformationInfo()
|
/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 | DisplayListRenderer.h | 234 void setRotationY(float rotationY) { in setRotationY() argument 235 if (rotationY != mRotationY) { in setRotationY() 236 mRotationY = rotationY; in setRotationY()
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | hardware-accel.jd | 464 <li><code>rotation</code>, <code>rotationX</code>, <code>rotationY</code>: Changes the 477 ObjectAnimator.ofFloat(view, "rotationY", 180).start(); 485 ObjectAnimator animator = ObjectAnimator.ofFloat(view, "rotationY", 180);
|
D | prop-animation.jd | 847 <li><code>rotation</code>, <code>rotationX</code>, and <code>rotationY</code>: These properties
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 439 {@code rotationX}, {@code rotationY}, {@code scaleX}, {@code scaleY}, {@code transformPivotX}, 446 android.view.View}, the "rotationY" property, and the start and end values:</p> 448 ObjectAnimator animator = ObjectAnimator.ofFloat(myView, "rotationY", 0, 360);
|
/frameworks/base/api/ |
D | 14.txt | 799 field public static final int rotationY = 16843560; // 0x1010328 23624 method public android.view.ViewPropertyAnimator rotationY(float);
|
D | 15.txt | 801 field public static final int rotationY = 16843560; // 0x1010328 23772 method public android.view.ViewPropertyAnimator rotationY(float);
|
D | 16.txt | 814 field public static final int rotationY = 16843560; // 0x1010328 24874 method public android.view.ViewPropertyAnimator rotationY(float);
|
D | 17.txt | 854 field public static final int rotationY = 16843560; // 0x1010328 25724 method public android.view.ViewPropertyAnimator rotationY(float);
|
D | current.txt | 854 field public static final int rotationY = 16843560; // 0x1010328 25724 method public android.view.ViewPropertyAnimator rotationY(float);
|