Searched refs:heightConstraint (Results 1 – 2 of 2) sorted by relevance
1504 int parentHeightSpec, int heightUsed, int heightConstraint) { in measureChildConstrained() argument1515 if (childHeightMode != MeasureSpec.EXACTLY && heightConstraint >= 0) { in measureChildConstrained()1517 Math.min(MeasureSpec.getSize(childHeightSpec), heightConstraint) : in measureChildConstrained()1518 heightConstraint; in measureChildConstrained()
1506 int parentHeightSpec, int heightUsed, int heightConstraint) { in measureChildConstrained() argument1517 if (childHeightMode != MeasureSpec.EXACTLY && heightConstraint >= 0) { in measureChildConstrained()1519 Math.min(MeasureSpec.getSize(childHeightSpec), heightConstraint) : in measureChildConstrained()1520 heightConstraint; in measureChildConstrained()