Home
last modified time | relevance | path

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

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