Searched refs:ownHeight (Results 1 – 3 of 3) sorted by relevance
94 int ownHeight = heightMode == MeasureSpec.EXACTLY in onMeasure() local96 newHeightSpec = MeasureSpec.makeMeasureSpec(ownHeight, MeasureSpec.EXACTLY); in onMeasure()104 setMeasuredDimension(width, ownHeight); in onMeasure()
303 int ownHeight = Math.min(maxChildHeight, maxSize); in onMeasure() local304 setMeasuredDimension(width, ownHeight); in onMeasure()
186 int ownHeight = getMeasuredHeight() - getPaddingTop() - getPaddingBottom(); in onLayout() local196 int top = (int) (getPaddingTop() + (ownHeight - childHeight) / 2.0f); in onLayout()