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

/frameworks/base/core/java/android/view/
H A DRenderNode.java566 * @see View#setRotationY(float)
569 public boolean setRotationY(float rotationY) { method in class:RenderNode
576 * @see #setRotationY(float)
H A DView.java5334 setRotationY(rotationY);
13857 * @see #setRotationY(float)
13893 * @see #setRotationY(float)
13914 * @see #setRotationY(float)
13942 public void setRotationY(float rotationY) { method in class:View
13945 mRenderNode.setRotationY(rotationY);
13981 * @see #setRotationY(float)
24514 * {@link View#setRotationY(float)} and {@link View#getRotationY()} methods.
24519 object.setRotationY(value);
/frameworks/base/libs/hwui/
H A DRenderProperties.h338 bool setRotationY(float rotationY) { function in class:android::uirenderer::RenderProperties
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java2807 * @deprecated Use {@link View#setRotationY(float)} directly.
2810 public static void setRotationY(View view, float value) { method in class:ViewCompat
2811 view.setRotationY(value);

Completed in 102 milliseconds