Home | History | Annotate | Download | only in browse

Lines Matching refs:childHeightSpec

646         int childHeightSpec;
648 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY);
650 childHeightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
652 child.measure(childWidthSpec, childHeightSpec);