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

/frameworks/base/core/java/android/view/
H A DDisplayList.java209 * @see View#setRotationY(float)
211 public abstract void setRotationY(float rotationY); method in class:DisplayList
H A DGLES20DisplayList.java198 public void setRotationY(float rotationY) { method in class:GLES20DisplayList
H A DView.java3717 setRotationY(rotationY);
8934 * @see #setRotationY(float)
8984 * @see #setRotationY(float)
9012 * @see #setRotationY(float)
9040 public void setRotationY(float rotationY) { method in class:View
9049 mDisplayList.setRotationY(rotationY);
9086 * @see #setRotationY(float)
17149 * {@link View#setRotationY(float)} and {@link View#getRotationY()} methods.
17154 object.setRotationY(value);
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h234 void setRotationY(float rotationY) { function in class:android::uirenderer::DisplayList

Completed in 113 milliseconds