Home
last modified time | relevance | path

Searched refs:getDegreesForRotation (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/Shell/src/com/android/shell/
DScreenshooter.java107 canvas.rotate(getDegreesForRotation(rotation)); in takeScreenshot()
121 private static float getDegreesForRotation(int value) { in getDegreesForRotation() method in Screenshooter
/frameworks/base/core/java/android/app/
DUiAutomation.java744 canvas.rotate(getDegreesForRotation(rotation)); in takeScreenshot()
1015 private static float getDegreesForRotation(int value) { in getDegreesForRotation() method in UiAutomation
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java537 private float getDegreesForRotation(int value) { in getDegreesForRotation() method in GlobalScreenshot
558 float degrees = getDegreesForRotation(mDisplay.getRotation()); in takeScreenshot()