Home
last modified time | relevance | path

Searched defs:exclude (Results 1 – 2 of 2) sorted by relevance

/compose/foundation/foundation-layout/src/androidUnitTest/kotlin/androidx/compose/foundation/layout/
DWindowInsetsTest.kt129 fun exclude() { in exclude() method
132 val exclude = first.exclude(second) in exclude() constant
143 val exclude = first.exclude(second) in exclude_toString() constant
/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DWindowInsets.kt195 fun WindowInsets.exclude(insets: WindowInsets): WindowInsets = ExcludeInsets(this, insets) in WindowInsets() method