Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraintProperties.java215 public ConstraintProperties centerVertically(int topId, in centerVertically()
820 public ConstraintProperties addToVerticalChain(int topId, int bottomId) { in addToVerticalChain()
844 int topId = mParams.topToBottom; in removeFromVerticalChain() local
DConstraintSet.java2935 public void centerVertically(int centerID, int topId, int topSide, int topMargin, int bottomId, in centerVertically()
2960 public void createVerticalChain(int topId, in createVerticalChain()
4091 public void addToVerticalChain(int viewId, int topId, int bottomId) { in addToVerticalChain()
4115 int topId = constraint.layout.topToBottom; in removeFromVerticalChain() local