Home | History | Annotate | Download | only in launcher3

Lines Matching refs:verticalPadding

858         final int verticalPadding = getPaddingTop() + getPaddingBottom();
868 if (DEBUG) Log.d(TAG, "PagedView.verticalPadding: " + verticalPadding);
896 childHeight = getViewportHeight() - verticalPadding
956 int verticalPadding = getPaddingTop() + getPaddingBottom();
976 childTop += (getViewportHeight() - mInsets.top - mInsets.bottom - verticalPadding - child.getMeasuredHeight()) / 2;