Searched refs:heightWithoutPadding (Results 1 – 1 of 1) sorted by relevance
268 int heightWithoutPadding = height - mPaddingTop - mPaddingBottom; in measureContents() local270 int heightSpec = MeasureSpec.makeMeasureSpec(heightWithoutPadding, MeasureSpec.EXACTLY); in measureContents()