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.java324 mRotation = RotationUtils.getExactRotation(mContext); in startOnScreenDecorationsThread()
344 final int newRotation = RotationUtils.getExactRotation(mContext); in startOnScreenDecorationsThread()
497 int newRotation = RotationUtils.getExactRotation(mContext); in updateOrientation()
1141 final int displayRotation = RotationUtils.getExactRotation(mContext); in onPreDraw()