Home
last modified time | relevance | path

Searched refs:cutoutInfoForCurrentDisplayAndRotation (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DSysUICutoutProviderTest.kt47 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation() in cutoutInfoForCurrentDisplay_noCutout_returnsNull()
58 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfoForCurrentDisplay_returnsCutout()
69 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfoForCurrentDisplay_noAssociatedProtection_returnsNoProtection()
80 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfoForCurrentDisplay_outerDisplay_protectionAssociated_returnsProtection()
91 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfoForCurrentDisplay_outerDisplay_protectionNotAvailable_returnsNullProtection()
102 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfoForCurrentDisplay_displayWithNullId_protectionsWithNoId_returnsNullProtection()
113 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfoForCurrentDisplay_displayWithEmptyId_protectionsWithNoId_returnsNullProtection()
129 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfo_rotation0_returnsOriginalProtectionBounds()
148 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfo_rotation90_returnsRotatedProtectionBounds()
177 provider.cutoutInfoForCurrentDisplayAndRotation() in cutoutInfo_withRotation_doesNotMutateOriginalBounds()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSysUICutoutProvider.kt46 fun cutoutInfoForCurrentDisplayAndRotation(): SysUICutoutInformation? { in cutoutInfoForCurrentDisplayAndRotation() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt188 val sysUICutout = sysUICutoutProvider.cutoutInfoForCurrentDisplayAndRotation() in <lambda>()
230 val sysUICutout = sysUICutoutProvider.cutoutInfoForCurrentDisplayAndRotation() in <lambda>()