Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DQsBatteryModeControllerTest.kt72 whenever(insetsProvider.currentRotationHasCornerCutout()).thenReturn(true)
82 whenever(insetsProvider.currentRotationHasCornerCutout()).thenReturn(true)
H A DShadeHeaderControllerTest.kt938 whenever(insetsProvider.currentRotationHasCornerCutout()).thenReturn(cornerCutout)
983 whenever(insetsProvider.currentRotationHasCornerCutout()).thenReturn(false)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DQsBatteryModeController.kt67 !insetsProvider.currentRotationHasCornerCutout() && !it.boundingRectTop.isEmpty
H A DShadeHeaderController.kt402 val hasCornerCutout: Boolean = insetsProvider.currentRotationHasCornerCutout()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java256 boolean hasCornerCutout = mContentInsetsProvider.currentRotationHasCornerCutout(); in updateCutoutLocation()
H A DStatusBarContentInsetsProvider.kt119 fun currentRotationHasCornerCutout(): Boolean { regex
H A DKeyguardStatusBarView.java292 if (mDisplayCutout == null || insetsProvider.currentRotationHasCornerCutout()) { in updateLayoutConsideringCutout()