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