Home
last modified time | relevance | path

Searched refs:cutoutTop (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorHwcLayerTest.kt57 private val cutoutTop: DisplayCutout = DisplayCutout.Builder() constant in com.android.systemui.ScreenDecorHwcLayerTest
102 setupConfigs(cutoutTop, false, false, 0, 0, RectF(), 0f) in testTransparentRegion_onlyShortEdgeCutout()
150 setupConfigs(cutoutTop, true, true, roundedSizeTop, roundedSizeBottom, in testTransparentRegion_hasShortEdgeCutout_hasRoundedCorner_hasCutoutProtection()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DShadeHeader.kt137 val cutoutTop = LocalDisplayCutout.current.top in CollapsedShadeHeader() constant
238 val height = max(cutoutHeight + (cutoutTop * 2), CollapsedHeight).roundToPx() in CollapsedShadeHeader()