Searched refs:childHeightMode (Results 1 – 2 of 2) sorted by relevance
406 final int childHeightMode = MeasureSpec.getMode(parentHeightMeasureSpec); in measureChildForCells() local407 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize, childHeightMode); in measureChildForCells()
1638 final int childHeightMode = MeasureSpec.getMode(childHeightSpec); in measureChildConstrained() local1639 if (childHeightMode != MeasureSpec.EXACTLY && heightConstraint >= 0) { in measureChildConstrained()1640 final int size = childHeightMode != MeasureSpec.UNSPECIFIED ? in measureChildConstrained()