Home | History | Annotate | Download | only in launcher3

Lines Matching refs:getMeasuredHeight

369         return (getMeasuredHeight() - getViewportHeight()) / 2;
877 childTop += (getViewportHeight() - mInsets.top - mInsets.bottom - verticalPadding - child.getMeasuredHeight()) / 2;
882 final int childHeight = child.getMeasuredHeight();