Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DUiAutomation.java674 canvas.rotate(getDegreesForRotation(rotation)); in takeScreenshot()
943 private static float getDegreesForRotation(int value) { in getDegreesForRotation() method in UiAutomation
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java522 private float getDegreesForRotation(int value) { in getDegreesForRotation() method in GlobalScreenshot
542 float degrees = getDegreesForRotation(mDisplay.getRotation()); in takeScreenshot()