Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationsQSContainerControllerTest.kt286 insets = windowInsets().withCutout() in testTaskbarNotVisibleInSplitShadeWithCutout()
296 insets = windowInsets().withCutout().withStableBottom() in testTaskbarNotVisibleInSplitShadeWithCutout()
337 insets = windowInsets().withCutout().withStableBottom() in testTaskbarNotVisibleInSinglePaneShade()
625 private fun WindowInsets.withCutout(): WindowInsets { in windowInsets() method in com.android.systemui.shade.NotificationsQSContainerControllerTest
DNotificationsQSContainerControllerLegacyTest.kt292 insets = windowInsets().withCutout() in testTaskbarNotVisibleInSplitShadeWithCutout()
302 insets = windowInsets().withCutout().withStableBottom() in testTaskbarNotVisibleInSplitShadeWithCutout()
343 insets = windowInsets().withCutout().withStableBottom() in testTaskbarNotVisibleInSinglePaneShade()
655 private fun WindowInsets.withCutout(): WindowInsets { in windowInsets() method in com.android.systemui.shade.NotificationsQSContainerControllerLegacyTest