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

/frameworks/base/core/java/android/view/
H A DDisplayList.java468 * @see View#setRotationY(float)
471 public abstract void setRotationY(float rotationY); method in class:DisplayList
476 * @see #setRotationY(float)
H A DGLES20DisplayList.java264 public void setRotationY(float rotationY) { method in class:GLES20DisplayList
H A DView.java3953 setRotationY(rotationY);
9426 * @see #setRotationY(float)
9476 * @see #setRotationY(float)
9504 * @see #setRotationY(float)
9532 public void setRotationY(float rotationY) { method in class:View
9541 mDisplayList.setRotationY(rotationY);
9578 * @see #setRotationY(float)
18216 * {@link View#setRotationY(float)} and {@link View#getRotationY()} methods.
18221 object.setRotationY(value);
/frameworks/base/libs/hwui/
H A DDisplayList.h252 void setRotationY(float rotationY) { function in class:android::uirenderer::DisplayList

Completed in 96 milliseconds