Home
last modified time | relevance | path

Searched defs:BoxWithConstraintsScope (Results 1 – 3 of 3) sorted by relevance

/compose/foundation/foundation-lint/src/test/java/androidx/compose/foundation/lint/
DBoxWithConstraintsDetectorTest.kt43 fun BoxWithConstraintsScope.Other() {} in BoxWithConstraintsScope() method
129 interface BoxWithConstraintsScope { in BoxWithConstraintsScope() interface
345 fun BoxWithConstraintsScope.Func() { constraints.minWidth } in BoxWithConstraintsScope() method
347 fun BoxWithConstraintsScope.ComposableFunc() { constraints.minWidth } in BoxWithConstraintsScope() method
350 val BoxWithConstraintsScope.prop: Int in BoxWithConstraintsScope() constant
/compose/foundation/foundation-lint/src/main/java/androidx/compose/foundation/lint/
DFoundationNames.kt45 val BoxWithConstraintsScope = Name(PackageName, "BoxWithConstraintsScope") constant
/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DBoxWithConstraints.kt73 interface BoxWithConstraintsScope : BoxScope { interface