Home | History | Annotate | Download | only in launcher2

Lines Matching refs:verticalPadding

518         final int verticalPadding = getPaddingTop() + getPaddingBottom();
548 MeasureSpec.makeMeasureSpec(heightSize - verticalPadding, childHeightMode);
557 heightSize = maxChildHeight + verticalPadding;
651 final int verticalPadding = getPaddingTop() + getPaddingBottom();
666 childTop += ((getMeasuredHeight() - verticalPadding) - childHeight) / 2;