Searched refs:fillChild (Results 1 – 1 of 1) sorted by relevance
211 View fillChild = null; in onMeasure() local221 if (fillChild != null) { in onMeasure()226 fillChild = child; in onMeasure()264 if (fillChild != null) { in onMeasure()269 fillChild.measure(childMeasureSpec, heightMeasureSpec); in onMeasure()270 width += fillChild.getMeasuredWidth(); in onMeasure()271 height = Math.max(fillChild.getMeasuredHeight(), height); in onMeasure()