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()
449 final int heightPadding; in onMeasure() local454 heightPadding = mPaddingTop + mPaddingBottom + lp.topMargin + lp.bottomMargin; in onMeasure()457 heightPadding = mPaddingTop + mPaddingBottom; in onMeasure()465 heightMeasureSpec, heightPadding, lp.height); in onMeasure()
480 final int heightPadding; in onMeasure() local485 heightPadding = mPaddingTop + mPaddingBottom + lp.topMargin + lp.bottomMargin; in onMeasure()488 heightPadding = mPaddingTop + mPaddingBottom; in onMeasure()491 final int desiredHeight = getMeasuredHeight() - heightPadding; in onMeasure()