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.java5296 setRotationY(rotationY);
13789 * @see #setRotationY(float)
13825 * @see #setRotationY(float)
13846 * @see #setRotationY(float)
13874 public void setRotationY(float rotationY) { method in class:View
13877 mRenderNode.setRotationY(rotationY);
13913 * @see #setRotationY(float)
24441 * {@link View#setRotationY(float)} and {@link View#getRotationY()} methods.
24446 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.java2591 * @deprecated Use {@link View#setRotationY(float)} directly.
2594 public static void setRotationY(View view, float value) { method in class:ViewCompat
2595 view.setRotationY(value);

Completed in 2229 milliseconds