Searched refs:usedHeight (Results 1 – 3 of 3) sorted by relevance
116 int usedHeight = getPaddingTop() + getPaddingBottom(); in tryOnMeasure() local121 usedHeight += topPanel.getMeasuredHeight(); in tryOnMeasure()132 usedHeight += buttonHeight; in tryOnMeasure()143 Math.max(0, heightSize - usedHeight), heightMode); in tryOnMeasure()149 usedHeight += middleHeight; in tryOnMeasure()153 int remainingHeight = heightSize - usedHeight; in tryOnMeasure()159 usedHeight -= buttonHeight; in tryOnMeasure()171 usedHeight += buttonPanel.getMeasuredHeight(); in tryOnMeasure()178 usedHeight -= middleHeight; in tryOnMeasure()191 usedHeight += middlePanel.getMeasuredHeight(); in tryOnMeasure()[all …]
6977 int usedHeight = childrenBounds.height() + getPaddingTop() + getPaddingBottom(); in setMeasuredDimension() local6979 int height = chooseSize(hSpec, usedHeight, getMinimumHeight()); in setMeasuredDimension()
841 final int usedHeight = totalWeight == 0 ? mTotalLength : 0; in measureVertical() local843 heightMeasureSpec, usedHeight); in measureVertical()