Home | History | Annotate | Download | only in launcher3

Lines Matching defs:childHeight

797                 int childHeight;
814 childHeight = getViewportHeight() - verticalPadding
816 mNormalChildHeight = childHeight;
822 childHeight = getViewportHeight();
831 MeasureSpec.makeMeasureSpec(childHeight, childHeightMode);
882 final int childHeight = child.getMeasuredHeight();
886 childLeft + child.getMeasuredWidth(), childTop + childHeight);