Searched defs:bottomId (Results 1 – 2 of 2) sorted by relevance
| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/ |
| D | ConstraintProperties.java | 218 int bottomId, in centerVertically() 820 public ConstraintProperties addToVerticalChain(int topId, int bottomId) { in addToVerticalChain() 845 int bottomId = mParams.bottomToTop; in removeFromVerticalChain() local
|
| D | ConstraintSet.java | 2935 public void centerVertically(int centerID, int topId, int topSide, int topMargin, int bottomId, in centerVertically() 2962 int bottomId, in createVerticalChain() 4091 public void addToVerticalChain(int viewId, int topId, int bottomId) { in addToVerticalChain() 4116 int bottomId = constraint.layout.bottomToTop; in removeFromVerticalChain() local
|