Searched refs:heightPadding (Results 1 – 3 of 3) sorted by relevance
181 final int heightPadding = getPaddingTop() + getPaddingBottom(); in onMeasureExactFormat() local183 final int itemHeightSpec = getChildMeasureSpec(heightMeasureSpec, heightPadding, in onMeasureExactFormat()237 itemHeightSpec, heightPadding); in onMeasureExactFormat()
451 final int heightPadding; in onMeasure() local456 heightPadding = mPaddingTop + mPaddingBottom + lp.topMargin + lp.bottomMargin; in onMeasure()459 heightPadding = mPaddingTop + mPaddingBottom; in onMeasure()467 heightMeasureSpec, heightPadding, lp.height); in onMeasure()
488 final int heightPadding; in onMeasure() local493 heightPadding = mPaddingTop + mPaddingBottom + lp.topMargin + lp.bottomMargin; in onMeasure()496 heightPadding = mPaddingTop + mPaddingBottom; in onMeasure()499 final int desiredHeight = getMeasuredHeight() - heightPadding; in onMeasure()