Searched defs:setRotation (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
H A DDisplayList.java193 * @see View#setRotation(float)
195 public abstract void setRotation(float rotation); method in class:DisplayList
H A DGLES20DisplayList.java184 public void setRotation(float rotation) { method in class:GLES20DisplayList
H A DView.java3715 setRotation(rotation);
8688 * {@link #setScaleX(float)} or {@link #setRotation(float)}.
8963 * @see #setRotation(float)
8988 public void setRotation(float rotation) { method in class:View
8998 mDisplayList.setRotation(rotation);
9034 * @see #setRotation(float)
9085 * @see #setRotation(float)
9196 * The x location of the point around which the view is {@link #setRotation(float) rotated}
9214 * {@link #setRotation(float) rotated} and {@link #setScaleX(float) scaled}.
9247 * The y location of the point around which the view is {@link #setRotation(floa
[all...]
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h210 void setRotation(float rotation) { function in class:android::uirenderer::DisplayList
/frameworks/base/core/java/android/hardware/
H A DCamera.java249 * @see Parameters#setRotation(int)
2648 * mParameters.setRotation(rotation);
2659 public void setRotation(int rotation) { method in class:Camera.Parameters
3507 * {@link #setJpegQuality(int)}, {@link #setRotation(int)}, and etc. The

Completed in 626 milliseconds