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

/frameworks/base/core/java/android/view/
H A DDisplayList.java455 * @see View#setRotationY(float)
458 public abstract void setRotationY(float rotationY); method in class:DisplayList
463 * @see #setRotationY(float)
H A DGLES20DisplayList.java261 public void setRotationY(float rotationY) { method in class:GLES20DisplayList
H A DView.java3755 setRotationY(rotationY);
9086 * @see #setRotationY(float)
9136 * @see #setRotationY(float)
9164 * @see #setRotationY(float)
9192 public void setRotationY(float rotationY) { method in class:View
9201 mDisplayList.setRotationY(rotationY);
9238 * @see #setRotationY(float)
17515 * {@link View#setRotationY(float)} and {@link View#getRotationY()} methods.
17520 object.setRotationY(value);
/frameworks/base/libs/hwui/
H A DDisplayList.h246 void setRotationY(float rotationY) { function in class:android::uirenderer::DisplayList

Completed in 498 milliseconds