Home | History | Annotate | Download | only in launcher3

Lines Matching defs:getViewportHeight

301     public int getViewportHeight() {
312 return (getMeasuredHeight() - getViewportHeight()) / 2;
750 childHeight = getViewportHeight() - verticalPadding
758 childHeight = getViewportHeight();
813 childTop += (getViewportHeight() - mInsets.top - mInsets.bottom - verticalPadding - child.getMeasuredHeight()) / 2;