Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/helpers/
DVerticalChainReference.java25 public class VerticalChainReference extends ChainReference { class
27 public VerticalChainReference(State state) { in VerticalChainReference() method in VerticalChainReference
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DConstraintLayoutBaseScope.kt1230 class VerticalChainReference internal constructor(id: Any) : LayoutReference(id) { class