Searched refs:setRotationY (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/view/
H A DDisplayList.java209 * @see View#setRotationY(float)
211 public abstract void setRotationY(float rotationY); method in class:DisplayList
H A DGLES20DisplayList.java198 public void setRotationY(float rotationY) { method in class:GLES20DisplayList
H A DViewPropertyAnimator.java474 * @see View#setRotationY(float)
487 * @see View#setRotationY(float)
865 if (displayList != null) displayList.setRotationY(value);
H A DView.java3717 setRotationY(rotationY);
8934 * @see #setRotationY(float)
8984 * @see #setRotationY(float)
9012 * @see #setRotationY(float)
9040 public void setRotationY(float rotationY) { method in class:View
9049 mDisplayList.setRotationY(rotationY);
9086 * @see #setRotationY(float)
17149 * {@link View#setRotationY(float)} and {@link View#getRotationY()} methods.
17154 object.setRotationY(value);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardWidgetCarousel.java113 v.setRotationY(- OVERSCROLL_MAX_ROTATION * scrollProgress);
122 v.setRotationY(rotationY);
152 child.setRotationY(0f);
H A DKeyguardWidgetPager.java492 v.setRotationY(- OVERSCROLL_MAX_ROTATION * scrollProgress);
495 v.setRotationY(0f);
/frameworks/base/core/jni/
H A Dandroid_view_GLES20DisplayList.cpp100 displayList->setRotationY(ry);
122 displayList->setRotationY(rotationY);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGradientsActivity.java61 gradientView.setRotationY((float) progress);
63 sweepGradientView.setRotationY((float) progress);
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h234 void setRotationY(float rotationY) { function in class:android::uirenderer::DisplayList

Completed in 1089 milliseconds