Home
last modified time | relevance | path

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

/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/widget/
DConstraintViewPager.java53 int maxChildHeight = 0; in onMeasure() local
68 if (childHeight > maxChildHeight) { in onMeasure()
69 maxChildHeight = childHeight; in onMeasure()
77 if (maxChildHeight > (infoChildHeight - infoTopPadding + mExtraSpacerHeight * 2)) { in onMeasure()
84 if (maxChildHeight != 0) { in onMeasure()
85 heightMeasureSpec = MeasureSpec.makeMeasureSpec(maxChildHeight, MeasureSpec.EXACTLY); in onMeasure()