Searched defs:setRotationY (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/compat/honeycomb/android/support/v4/view/
H A DViewCompatHC.java126 public static void setRotationY(View view, float value) { method in class:ViewCompatHC
127 view.setRotationY(value);
/frameworks/base/core/java/android/view/
H A DRenderNode.java543 * @see View#setRotationY(float)
546 public boolean setRotationY(float rotationY) { method in class:RenderNode
553 * @see #setRotationY(float)
H A DView.java4685 setRotationY(rotationY);
11980 * @see #setRotationY(float)
12016 * @see #setRotationY(float)
12037 * @see #setRotationY(float)
12065 public void setRotationY(float rotationY) { method in class:View
12068 mRenderNode.setRotationY(rotationY);
12104 * @see #setRotationY(float)
22178 * {@link View#setRotationY(float)} and {@link View#getRotationY()} methods.
22183 object.setRotationY(value);
/frameworks/base/libs/hwui/
H A DRenderProperties.h336 bool setRotationY(float rotationY) { function in class:android::uirenderer::RenderProperties
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java427 void setRotationY(View view, float value); method in interface:ViewCompat.ViewCompatImpl
808 public void setRotationY(View view, float value) { method in class:ViewCompat.BaseViewCompatImpl
1250 public void setRotationY(View view, float value) { method in class:ViewCompat.HCViewCompatImpl
1251 ViewCompatHC.setRotationY(view, value);
2791 public static void setRotationY(View view, float value) { method in class:ViewCompat
2792 IMPL.setRotationY(view, value);

Completed in 409 milliseconds