Home
last modified time | relevance | path

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

/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/widget/
DConstraintViewPager.java56 int infoChildHeight = 0; in onMeasure() local
67 infoChildHeight = childHeight; in onMeasure()
79 if (maxChildHeight > (infoChildHeight - infoTopPadding + mExtraSpacerHeight * 2)) { in onMeasure()