Searched defs:topId (Results 1 – 2 of 2) sorted by relevance
| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/ |
| D | ConstraintProperties.java | 215 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
|
| D | ConstraintSet.java | 2935 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
|