Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProvider.kt41 import com.android.systemui.util.leak.RotationUtils.getExactRotation
169 point.orientToRotZero(getExactRotation(context))
184 return getStatusBarContentInsetsForRotation(getExactRotation(context))
208 val rotation = getExactRotation(context)
228 val currentRotation = getExactRotation(context)
H A DPhoneStatusBarView.java131 int newRotation = RotationUtils.getExactRotation(mContext); in updateOrientationAndCutout()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DRotationUtils.java67 public static int getExactRotation(Context context) { in getExactRotation() method in RotationUtils
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotViewController.kt236 val currentRotation = RotationUtils.getExactRotation(tl.context)