Searched refs:totalLength (Results 1 – 2 of 2) sorted by relevance
663 final int totalLength = mTotalLength; in measureVertical() local664 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin); in measureVertical()691 final int totalLength = mTotalLength; in measureVertical() local692 mTotalLength = Math.max(totalLength, totalLength + childHeight + lp.topMargin + in measureVertical()774 final int totalLength = mTotalLength; in measureVertical() local775 mTotalLength = Math.max(totalLength, totalLength + largestChildHeight + in measureVertical()859 final int totalLength = mTotalLength; in measureVertical() local860 mTotalLength = Math.max(totalLength, totalLength + child.getMeasuredHeight() + in measureVertical()1013 final int totalLength = mTotalLength; in measureHorizontal() local1014 mTotalLength = Math.max(totalLength, totalLength + in measureHorizontal()[all …]
274 final int totalLength = getMeasuredHeight(); in onLayout() local284 childTop = getPaddingTop() + bottom - top - totalLength; in onLayout()289 childTop = getPaddingTop() + (bottom - top - totalLength) / 2; in onLayout()