Searched defs:getRotation (Results 1 - 11 of 11) sorted by relevance

/frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/core/
H A DInstrumentationUiAutomatorBridge.java46 public int getRotation() { method in class:InstrumentationUiAutomatorBridge
47 return getDefaultDisplay().getRotation();
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/core/
H A DShellUiAutomatorBridge.java96 public int getRotation() { method in class:ShellUiAutomatorBridge
101 ret = wm.getRotation();
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java86 public abstract int getRotation(); method in class:UiAutomatorBridge
/frameworks/base/core/java/android/hardware/
H A DLegacySensorManager.java199 static int getRotation() { method in class:LegacySensorManager
264 mapSensorDataToWindow(legacyType, v, LegacySensorManager.getRotation());
/frameworks/base/core/java/android/view/
H A DDisplay.java470 public int getRotation() { method in class:Display
478 * @deprecated use {@link #getRotation}
483 return getRotation();
H A DDisplayList.java422 * @see #getRotation()
431 public abstract float getRotation(); method in class:DisplayList
H A DGLES20DisplayList.java238 public float getRotation() { method in class:GLES20DisplayList
H A DView.java8916 * @see #getRotation()
9122 public float getRotation() { method in class:View
9132 * @see #getRotation()
9351 * @see #getRotation()
9372 * @see #getRotation()
9402 * @see #getRotation()
9422 * @see #getRotation()
17483 * {@link View#setRotation(float)} and {@link View#getRotation()} methods.
17493 return object.getRotation();
/frameworks/base/libs/hwui/
H A DDisplayList.h226 float getRotation() const { function in class:android::uirenderer::DisplayList
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java73 public int getRotation() throws RemoteException { method in class:IWindowManagerImpl
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java5445 rot = getDefaultDisplayContentLocked().getDisplay().getRotation();
5793 public int getRotation() { method in class:WindowManagerService
5867 final int rotation = getRotation();
9592 displayInfo.logicalHeight, display.getRotation());

Completed in 317 milliseconds