Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedView.java516 int maxChildHeight = 0; in onMeasure() local
551 maxChildHeight = Math.max(maxChildHeight, child.getMeasuredHeight()); in onMeasure()
557 heightSize = maxChildHeight + verticalPadding; in onMeasure()