Home | History | Annotate | Download | only in launcher3

Lines Matching defs:verticalPadding

776         final int verticalPadding = getPaddingTop() + getPaddingBottom();
786 if (DEBUG) Log.d(TAG, "PagedView.verticalPadding: " + verticalPadding);
814 childHeight = getViewportHeight() - verticalPadding
857 int verticalPadding = getPaddingTop() + getPaddingBottom();
877 childTop += (getViewportHeight() - mInsets.top - mInsets.bottom - verticalPadding - child.getMeasuredHeight()) / 2;