Home | History | Annotate | Download | only in widget

Lines Matching refs:childHeightSize

1374         int childHeightSize = getMeasuredHeight() - getPaddingTop() - getPaddingBottom();
1401 int heightSize = childHeightSize;
1419 childHeightSize -= child.getMeasuredHeight();
1428 mChildHeightMeasureSpec = MeasureSpec.makeMeasureSpec(childHeightSize, MeasureSpec.EXACTLY);