Searched defs:sysUICutout (Results 1 – 3 of 3) sorted by relevance
47 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation() in cutoutInfoForCurrentDisplay_noCutout_returnsNull() constant58 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfoForCurrentDisplay_returnsCutout() constant69 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfoForCurrentDisplay_noAssociatedProtection_returnsNoProtection() constant80 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfoForCurrentDisplay_outerDisplay_protectionAssociated_returnsProtection() constant91 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfoForCurrentDisplay_outerDisplay_protectionNotAvailable_returnsNullProtection() constant102 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfoForCurrentDisplay_displayWithNullId_protectionsWithNoId_returnsNullProtection() constant113 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfoForCurrentDisplay_displayWithEmptyId_protectionsWithNoId_returnsNullProtection() constant129 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfo_rotation0_returnsOriginalProtectionBounds() constant148 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfo_rotation90_returnsRotatedProtectionBounds() constant185 val sysUICutout = provider.cutoutInfoForCurrentDisplayAndRotation()!! in cutoutInfo_withRotation_doesNotMutateOriginalBounds() constant[all …]
188 val sysUICutout = sysUICutoutProvider.cutoutInfoForCurrentDisplayAndRotation() in <lambda>() constant230 val sysUICutout = sysUICutoutProvider.cutoutInfoForCurrentDisplayAndRotation() in <lambda>() constant
52 private val sysUICutout = mock<SysUICutoutInformation>() constant in com.android.systemui.statusbar.phone.StatusBarContentInsetsProviderTest