Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraints.java63 public static class LayoutParams extends ConstraintLayout.LayoutParams { class in Constraints
79 public LayoutParams(int width, int height) { in LayoutParams() method in Constraints.LayoutParams
83 public LayoutParams(LayoutParams source) { in LayoutParams() method in Constraints.LayoutParams
87 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in Constraints.LayoutParams
DConstraintLayout.java2202 public static class LayoutParams extends ViewGroup.MarginLayoutParams { class in ConstraintLayout
2779 public LayoutParams(ViewGroup.LayoutParams params) { in LayoutParams() method in ConstraintLayout.LayoutParams
3131 public LayoutParams(Context c, AttributeSet attrs) { in LayoutParams() method in ConstraintLayout.LayoutParams
3670 public LayoutParams(int width, int height) { in LayoutParams() method in ConstraintLayout.LayoutParams