Searched refs:heightPadding (Results 1 – 3 of 3) sorted by relevance
180 final int heightPadding = getPaddingTop() + getPaddingBottom(); in onMeasureExactFormat() local182 final int itemHeightSpec = getChildMeasureSpec(heightMeasureSpec, heightPadding, in onMeasureExactFormat()236 itemHeightSpec, heightPadding); in onMeasureExactFormat()
434 final int heightPadding; in onMeasure() local439 heightPadding = mPaddingTop + mPaddingBottom + lp.topMargin + lp.bottomMargin; in onMeasure()442 heightPadding = mPaddingTop + mPaddingBottom; in onMeasure()450 heightMeasureSpec, heightPadding, lp.height); in onMeasure()
466 final int heightPadding; in onMeasure() local471 heightPadding = mPaddingTop + mPaddingBottom + lp.topMargin + lp.bottomMargin; in onMeasure()474 heightPadding = mPaddingTop + mPaddingBottom; in onMeasure()477 final int desiredHeight = getMeasuredHeight() - heightPadding; in onMeasure()