Searched refs:childHeight (Results 1 – 5 of 5) sorted by relevance
100 final int childHeight = child.getMeasuredHeight(); in onMeasure() local105 width = Math.round(childHeight * mRatio); in onMeasure()106 height = childHeight; in onMeasure()
147 final int childHeight = child.getMeasuredHeight(); in onLayout() local158 final int childTop = target.centerY() - Math.round(childHeight * 0.35f); in onLayout()162 final int clampedChildTop = clampDimension(childTop, childHeight, getHeight()); in onLayout()
466 int childHeight = getChildAt(0).getHeight(); in enableMMSConformanceMode()468 mBottomY = height < childHeight ? childHeight - height : 0; in enableMMSConformanceMode()
649 final int childHeight = imageSize + child.getPaddingBottom();652 MeasureSpec.makeMeasureSpec(childHeight, MeasureSpec.EXACTLY)
617 final int childHeight = child.getMeasuredHeight(); in onLayout() local620 childTop += ((getMeasuredHeight() - verticalPadding) - childHeight) / 2; in onLayout()625 childLeft + child.getMeasuredWidth(), childTop + childHeight); in onLayout()