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

/frameworks/support/v4/honeycomb/android/support/v4/view/
H A DViewCompatHC.java120 public static void setRotationY(View view, float value) { method in class:ViewCompatHC
121 view.setRotationY(value);
/frameworks/base/core/java/android/view/
H A DRenderNode.java584 * @see View#setRotationY(float)
587 public boolean setRotationY(float rotationY) { method in class:RenderNode
594 * @see #setRotationY(float)
H A DView.java4184 setRotationY(rotationY);
10191 * @see #setRotationY(float)
10227 * @see #setRotationY(float)
10248 * @see #setRotationY(float)
10276 public void setRotationY(float rotationY) { method in class:View
10279 mRenderNode.setRotationY(rotationY);
10315 * @see #setRotationY(float)
19644 * {@link View#setRotationY(float)} and {@link View#getRotationY()} methods.
19649 object.setRotationY(value);
/frameworks/base/libs/hwui/
H A DRenderProperties.h307 bool setRotationY(float rotationY) { function in class:android::uirenderer::RenderProperties
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java313 public void setRotationY(View view, float value); method in interface:ViewCompat.ViewCompatImpl
635 public void setRotationY(View view, float value) { method in class:ViewCompat.BaseViewCompatImpl
853 public void setRotationY(View view, float value) { method in class:ViewCompat.HCViewCompatImpl
854 ViewCompatHC.setRotationY(view, value);
2088 public static void setRotationY(View view, float value) { method in class:ViewCompat
2089 IMPL.setRotationY(view, value);

Completed in 85 milliseconds