Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DActionBarOverlayLayoutTest.java232 final Insets cutoutInsets = cutout != null in insetsWith() local
238 .setInsets(WindowInsets.Type.displayCutout(), cutoutInsets) in insetsWith()
239 .setInsetsIgnoringVisibility(WindowInsets.Type.displayCutout(), cutoutInsets) in insetsWith()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationsQSContainerController.kt106 private var cutoutInsets = 0 in <lambda>() variable
111 cutoutInsets = insets.displayCutout?.safeInsetBottom ?: 0 in <lambda>()
118 bottomCutoutInsets = cutoutInsets in <lambda>()