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

/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java109 public boolean setRotation(int rotation) { method in class:UiAutomationConnection
H A DUiAutomation.java405 public boolean setRotation(int rotation) { method in class:UiAutomation
418 mUiAutomationConnection.setRotation(rotation);
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java73 public boolean setRotation(int rotation) { method in class:UiAutomatorBridge
74 return mUiAutomation.setRotation(rotation);
/frameworks/base/core/java/android/view/
H A DDisplayList.java294 * transforms (such as {@link #setScaleX(float)}, {@link #setRotation(float)}, etc.)
421 * @see View#setRotation(float)
424 public abstract void setRotation(float rotation); method in class:DisplayList
429 * @see #setRotation(float)
H A DGLES20DisplayList.java231 public void setRotation(float rotation) { method in class:GLES20DisplayList
H A DView.java3753 setRotation(rotation);
8840 * {@link #setScaleX(float)} or {@link #setRotation(float)}.
9115 * @see #setRotation(float)
9140 public void setRotation(float rotation) { method in class:View
9150 mDisplayList.setRotation(rotation);
9186 * @see #setRotation(float)
9237 * @see #setRotation(float)
9348 * The x location of the point around which the view is {@link #setRotation(float) rotated}
9366 * {@link #setRotation(float) rotated} and {@link #setScaleX(float) scaled}.
9399 * The y location of the point around which the view is {@link #setRotation(floa
[all...]
/frameworks/base/libs/hwui/
H A DDisplayList.h214 void setRotation(float rotation) { function in class:android::uirenderer::DisplayList
/frameworks/base/core/java/android/hardware/
H A DCamera.java250 * @see Parameters#setRotation(int)
2653 * mParameters.setRotation(rotation);
2664 public void setRotation(int rotation) { method in class:Camera.Parameters
3512 * {@link #setJpegQuality(int)}, {@link #setRotation(int)}, and etc. The

Completed in 273 milliseconds