Searched defs:usedHeight (Results 1 – 4 of 4) sorted by relevance
112 int usedHeight = getPaddingTop() + getPaddingBottom(); in tryOnMeasure() local
292 final int usedHeight = childrenBounds.height() + verticalPadding; in setMeasuredDimension() local
6494 int usedHeight = childrenBounds.height() + getPaddingTop() + getPaddingBottom(); in setMeasuredDimension() local
757 final int usedHeight = totalWeight == 0 ? mTotalLength : 0; in measureVertical() local