Searched refs:childHeightSize (Results 1 – 4 of 4) sorted by relevance
406 final int childHeightSize = MeasureSpec.getSize(parentHeightMeasureSpec) - in measureChildForCells() local409 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize, childHeightMode); in measureChildForCells()
402 final int childHeightSize = MeasureSpec.getSize(parentHeightMeasureSpec) - in measureChildForCells() local405 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize, childHeightMode); in measureChildForCells()
1376 int childHeightSize = getMeasuredHeight() - getPaddingTop() - getPaddingBottom();1403 int heightSize = childHeightSize;1421 childHeightSize -= child.getMeasuredHeight();1430 mChildHeightMeasureSpec = MeasureSpec.makeMeasureSpec(childHeightSize, MeasureSpec.EXACTLY);
1564 int childHeightSize = getMeasuredHeight() - getPaddingTop() - getPaddingBottom();1591 int heightSize = childHeightSize;1609 childHeightSize -= child.getMeasuredHeight();1618 mChildHeightMeasureSpec = MeasureSpec.makeMeasureSpec(childHeightSize, MeasureSpec.EXACTLY);