Home
last modified time | relevance | path

Searched defs:sysUICutout (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() constant
58 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfoForCurrentDisplay_returnsCutout() constant
69 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfoForCurrentDisplay_noAssociatedProtection_returnsNoProtection() constant
80 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfoForCurrentDisplay_outerDisplay_protectionAssociated_returnsProtection() constant
91 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfoForCurrentDisplay_outerDisplay_protectionNotAvailable_returnsNullProtection() constant
102 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfoForCurrentDisplay_displayWithNullId_protectionsWithNoId_returnsNullProtection() constant
113 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfoForCurrentDisplay_displayWithEmptyId_protectionsWithNoId_returnsNullProtection() constant
129 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfo_rotation0_returnsOriginalProtectionBounds() constant
148 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfo_rotation90_returnsRotatedProtectionBounds() constant
185 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfo_withRotation_doesNotMutateOriginalBounds() constant
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt188 val sysUICutout = sysUICutoutProvider.cutoutInfoForCurrentDisplayAndRotation() in <lambda>() constant
230 val sysUICutout = sysUICutoutProvider.cutoutInfoForCurrentDisplayAndRotation() in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderTest.kt52 private val sysUICutout = mock<SysUICutoutInformation>() constant in com.android.systemui.statusbar.phone.StatusBarContentInsetsProviderTest