Searched refs:setRotation (Results 26 - 29 of 29) sorted by relevance

12

/frameworks/base/core/java/android/hardware/
H A DCamera.java288 * @see Parameters#setRotation(int)
3124 * mParameters.setRotation(rotation);
3135 public void setRotation(int rotation) { method in class:Camera.Parameters
3983 * {@link #setJpegQuality(int)}, {@link #setRotation(int)}, and etc. The
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java1067 public void setRotation(float rotation) { method in class:VectorDrawableCompat.VGroup
/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1321 public void setRotation(float rotation) { method in class:VectorDrawable.VGroup
/frameworks/base/core/java/android/view/
H A DView.java4411 setRotation(rotation);
10896 * {@link #setScaleX(float)} or {@link #setRotation(float)}.
11092 * @see #setRotation(float)
11117 public void setRotation(float rotation) { method in class:View
11121 mRenderNode.setRotation(rotation);
11156 * @see #setRotation(float)
11200 * @see #setRotation(float)
11290 * The x location of the point around which the view is {@link #setRotation(float) rotated}
11308 * {@link #setRotation(float) rotated} and {@link #setScaleX(float) scaled}.
11332 * The y location of the point around which the view is {@link #setRotation(floa
[all...]

Completed in 83 milliseconds

12