Searched refs:heightConstraint (Results 1 – 2 of 2) sorted by relevance
1482 int parentHeightSpec, int heightUsed, int heightConstraint) { in measureChildConstrained() argument1493 if (childHeightMode != MeasureSpec.EXACTLY && heightConstraint >= 0) { in measureChildConstrained()1495 Math.min(MeasureSpec.getSize(childHeightSpec), heightConstraint) : in measureChildConstrained()1496 heightConstraint; in measureChildConstrained()
1499 int parentHeightSpec, int heightUsed, int heightConstraint) { in measureChildConstrained() argument1510 if (childHeightMode != MeasureSpec.EXACTLY && heightConstraint >= 0) { in measureChildConstrained()1512 Math.min(MeasureSpec.getSize(childHeightSpec), heightConstraint) : in measureChildConstrained()1513 heightConstraint; in measureChildConstrained()