Searched refs:ownHeight (Results 1 – 3 of 3) sorted by relevance
175 int ownHeight = b - t; in onLayout() local176 int childSpace = ownHeight - mPaddingTop - mPaddingBottom; in onLayout()214 int childBottom = ownHeight - mPaddingBottom; in onLayout()
161 int ownHeight = heightMode == MeasureSpec.EXACTLY in onMeasure() local164 int exactlyOwnHeightSpec = MeasureSpec.makeMeasureSpec(ownHeight, MeasureSpec.EXACTLY); in onMeasure()176 setMeasuredDimension(width, ownHeight); in onMeasure()
351 int ownHeight = Math.min(maxChildHeight, maxSize); in onMeasure() local352 setMeasuredDimension(width, ownHeight); in onMeasure()