Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java146 private int mTotalLength; field in MatchParentShrinkingLinearLayout
504 childTop = mBottom - mTop - mPaddingBottom - mTotalLength; in getBaseline()
509 mTotalLength) / 2; in getBaseline()
643 mTotalLength = 0; in measureVertical()
669 mTotalLength += measureNullChild(i); in measureVertical()
679 mTotalLength += mDividerHeight; in measureVertical()
690 final int totalLength = mTotalLength; in measureVertical()
691 mTotalLength = Math.max(totalLength, totalLength + lp.topMargin + lp.bottomMargin); in measureVertical()
711 totalWeight == 0 ? mTotalLength : 0); in measureVertical()
718 final int totalLength = mTotalLength; in measureVertical()
[all …]