Home | History | Annotate | Download | only in launcher3

Lines Matching refs:getViewportHeight

431     int getViewportHeight() {
442 return (getMeasuredHeight() - getViewportHeight()) / 2;
880 childHeight = getViewportHeight() - verticalPadding
888 childHeight = getViewportHeight();
942 childTop += (getViewportHeight() - mInsets.top - mInsets.bottom - verticalPadding - child.getMeasuredHeight()) / 2;