Home | History | Annotate | Download | only in launcher2

Lines Matching refs:getMeasuredHeight

551             maxChildHeight = Math.max(maxChildHeight, child.getMeasuredHeight());
553 + child.getMeasuredHeight());
624 int heightSpec = MeasureSpec.makeMeasureSpec(getMeasuredHeight(), MeasureSpec.EXACTLY);
663 final int childHeight = child.getMeasuredHeight();
666 childTop += ((getMeasuredHeight() - verticalPadding) - childHeight) / 2;
1756 MeasureSpec.makeMeasureSpec(getMeasuredHeight(), MeasureSpec.EXACTLY));