Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DState.java466 public VerticalChainReference verticalChain(Object... references) { in verticalChain()
479 public HorizontalChainReference horizontalChain(Object... references) { in horizontalChain()
501 public FlowReference getVerticalFlow(Object... references) { in getVerticalFlow()
523 public FlowReference getHorizontalFlow(Object... references) { in getHorizontalFlow()
531 public AlignHorizontallyReference centerHorizontally(Object... references) { in centerHorizontally()
539 public AlignVerticallyReference centerVertically(Object... references) { in centerVertically()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/dsl/
DBarrier.java24 private ArrayList<Ref> references = new ArrayList<>(); field in Barrier
DChain.java31 protected ArrayList<Ref> references = new ArrayList<>(); field in Chain