Home
last modified time | relevance | path

Searched refs:getExactRotation (Results 1 – 3 of 3) 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.java352 mRotation = RotationUtils.getExactRotation(mContext); in startOnScreenDecorationsThread()
375 final int newRotation = RotationUtils.getExactRotation(mContext); in startOnScreenDecorationsThread()
541 int newRotation = RotationUtils.getExactRotation(mContext); in updateOrientation()
1277 final int displayRotation = RotationUtils.getExactRotation(mContext); in onPreDraw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarView.java164 mRotationOrientation = RotationUtils.getExactRotation(mContext); in updateOrientationAndCutout()