Home | History | Annotate | Download | only in launcher2

Lines Matching defs:childHeight

663                 final int childHeight = child.getMeasuredHeight();
666 childTop += ((getMeasuredHeight() - verticalPadding) - childHeight) / 2;
671 childLeft + child.getMeasuredWidth(), childTop + childHeight);