Home | History | Annotate | Download | only in launcher3

Lines Matching refs:verticalPadding

843         final int verticalPadding = getPaddingTop() + getPaddingBottom();
852 if (DEBUG) Log.d(TAG, "PagedView.verticalPadding: " + verticalPadding);
880 childHeight = getViewportHeight() - verticalPadding
922 int verticalPadding = getPaddingTop() + getPaddingBottom();
942 childTop += (getViewportHeight() - mInsets.top - mInsets.bottom - verticalPadding - child.getMeasuredHeight()) / 2;