Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DRotationUtils.java41 public static int getExactRotation(Context context) { in getExactRotation() method in RotationUtils
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java209 int newRotation = RotationUtils.getExactRotation(mContext); in updateOrientation()