Home | History | Annotate | Download | only in launcher3

Lines Matching refs:getViewportHeight

307     public int getViewportHeight() {
318 return (getMeasuredHeight() - getViewportHeight()) / 2;
756 childHeight = getViewportHeight() - verticalPadding
764 childHeight = getViewportHeight();
819 childTop += (getViewportHeight() - mInsets.top - mInsets.bottom - verticalPadding - child.getMeasuredHeight()) / 2;