Home
last modified time | relevance | path

Searched refs:totalLength (Results 1 – 2 of 2) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DLinearLayoutCompat.java663 final int totalLength = mTotalLength; in measureVertical() local
664 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin); in measureVertical()
691 final int totalLength = mTotalLength; in measureVertical() local
692 mTotalLength = Math.max(totalLength, totalLength + childHeight + lp.topMargin + in measureVertical()
774 final int totalLength = mTotalLength; in measureVertical() local
775 mTotalLength = Math.max(totalLength, totalLength + largestChildHeight + in measureVertical()
859 final int totalLength = mTotalLength; in measureVertical() local
860 mTotalLength = Math.max(totalLength, totalLength + child.getMeasuredHeight() + in measureVertical()
1013 final int totalLength = mTotalLength; in measureHorizontal() local
1014 mTotalLength = Math.max(totalLength, totalLength + in measureHorizontal()
[all …]
DAlertDialogLayout.java274 final int totalLength = getMeasuredHeight(); in onLayout() local
284 childTop = getPaddingTop() + bottom - top - totalLength; in onLayout()
289 childTop = getPaddingTop() + (bottom - top - totalLength) / 2; in onLayout()