Searched refs:heightConstraint (Results 1 – 1 of 1) sorted by relevance
1628 int parentHeightSpec, int heightUsed, int heightConstraint) { in measureChildConstrained() argument1639 if (childHeightMode != MeasureSpec.EXACTLY && heightConstraint >= 0) { in measureChildConstrained()1641 Math.min(MeasureSpec.getSize(childHeightSpec), heightConstraint) : in measureChildConstrained()1642 heightConstraint; in measureChildConstrained()