Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationsQSContainerControllerTest.kt289 expectedContainerPadding = CUTOUT_HEIGHT, in testTaskbarNotVisibleInSplitShadeWithCutout()
339 then(expectedContainerPadding = CUTOUT_HEIGHT, expectedQsPadding = STABLE_INSET_BOTTOM) in testTaskbarNotVisibleInSinglePaneShade()
626 whenever(checkNotNull(displayCutout).safeInsetBottom).thenReturn(CUTOUT_HEIGHT) in windowInsets()
654 const val CUTOUT_HEIGHT = 50 constant
DNotificationsQSContainerControllerLegacyTest.kt295 expectedContainerPadding = CUTOUT_HEIGHT, in testTaskbarNotVisibleInSplitShadeWithCutout()
345 then(expectedContainerPadding = CUTOUT_HEIGHT, expectedQsPadding = STABLE_INSET_BOTTOM) in testTaskbarNotVisibleInSinglePaneShade()
656 whenever(checkNotNull(displayCutout).safeInsetBottom).thenReturn(CUTOUT_HEIGHT) in windowInsets()
684 const val CUTOUT_HEIGHT = 50 constant