Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java228 boolean hasCornerCutout = mContentInsetsProvider.currentRotationHasCornerCutout(); in updateCutoutLocation()
H A DStatusBarContentInsetsProvider.kt122 fun currentRotationHasCornerCutout(): Boolean { regex
H A DKeyguardStatusBarView.java256 if (mDisplayCutout == null || insetsProvider.currentRotationHasCornerCutout()) { in updateLayoutConsideringCutout()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickStatusBarHeader.java443 boolean hasCornerCutout = mInsetsProvider.currentRotationHasCornerCutout(); in onApplyWindowInsets()