Home
last modified time | relevance | path

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

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DKeyguardWidgetCarousel.java139 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/
DGLES20DisplayList.java198 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
DDisplayList.java211 public abstract void setRotationY(float rotationY); in setRotationY() argument
242 float rotation, float rotationX, float rotationY, float scaleX, float scaleY); in setTransformationInfo() argument
DViewPropertyAnimator.java477 public ViewPropertyAnimator rotationY(float value) { in rotationY() method in ViewPropertyAnimator
DView.java3309 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/
Dandroid_view_GLES20DisplayList.cpp115 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/
Dcardflip.jd110 android:propertyName="rotationY"
132 android:propertyName="rotationY"
161 android:propertyName="rotationY"
184 android:propertyName="rotationY"
/frameworks/base/libs/hwui/
DDisplayListRenderer.h234 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/
Dhardware-accel.jd464 <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);
Dprop-animation.jd847 <li><code>rotation</code>, <code>rotationX</code>, and <code>rotationY</code>: These properties
/frameworks/base/docs/html/about/versions/
Dandroid-3.0.jd439 {@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/
D14.txt799 field public static final int rotationY = 16843560; // 0x1010328
23624 method public android.view.ViewPropertyAnimator rotationY(float);
D15.txt801 field public static final int rotationY = 16843560; // 0x1010328
23772 method public android.view.ViewPropertyAnimator rotationY(float);
D16.txt814 field public static final int rotationY = 16843560; // 0x1010328
24874 method public android.view.ViewPropertyAnimator rotationY(float);
D17.txt854 field public static final int rotationY = 16843560; // 0x1010328
25724 method public android.view.ViewPropertyAnimator rotationY(float);
Dcurrent.txt854 field public static final int rotationY = 16843560; // 0x1010328
25724 method public android.view.ViewPropertyAnimator rotationY(float);