Home | History | Annotate | Download | only in launcher3

Lines Matching refs:getMeasuredHeight

442         return (getMeasuredHeight() - getViewportHeight()) / 2;
942 childTop += (getViewportHeight() - mInsets.top - mInsets.bottom - verticalPadding - child.getMeasuredHeight()) / 2;
947 final int childHeight = child.getMeasuredHeight();
2413 MeasureSpec.makeMeasureSpec(getMeasuredHeight(), MeasureSpec.EXACTLY));