Home | History | Annotate | Download | only in launcher2

Lines Matching full:horizontalpadding

519         final int horizontalPadding = getPaddingLeft() + getPaddingRight();
546 MeasureSpec.makeMeasureSpec(widthSize - horizontalPadding, childWidthMode);