Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
DRotationUtils.java67 public static int getExactRotation(Context context) { in getExactRotation() method in RotationUtils
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarView.java164 int newRotation = RotationUtils.getExactRotation(mContext); in updateOrientationAndCutout()
373 .getStatusBarContentInsetsForRotation(RotationUtils.getExactRotation(getContext())); in updateSafeInsets()
DStatusBarContentInsetsProvider.kt157 val currentRotation = RotationUtils.getExactRotation(context) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt254 val currentRotation = RotationUtils.getExactRotation(tl.context) in <lambda>()