Searched refs:actionPaddedHeight (Results 1 – 1 of 1) sorted by relevance
368 int actionPaddedHeight = actionHeight + getPaddingTop() + getPaddingBottom(); in onMeasure() local369 int actionHeightSpec = MeasureSpec.makeMeasureSpec(actionPaddedHeight, MeasureSpec.EXACTLY); in onMeasure()