Home
last modified time | relevance | path

Searched refs:fillChild (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/widget/
DInterpolatingLayout.java211 View fillChild = null; in onMeasure() local
221 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()