Searched refs:childHeightSize (Results 1 – 2 of 2) sorted by relevance
403 final int childHeightSize = MeasureSpec.getSize(parentHeightMeasureSpec) - in measureChildForCells() local406 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize, childHeightMode); in measureChildForCells()
1382 int childHeightSize = getMeasuredHeight() - getPaddingTop() - getPaddingBottom();1409 int heightSize = childHeightSize;1427 childHeightSize -= child.getMeasuredHeight();1436 mChildHeightMeasureSpec = MeasureSpec.makeMeasureSpec(childHeightSize, MeasureSpec.EXACTLY);