Home | History | Annotate | Download | only in launcher2

Lines Matching refs:childWidthMode

531             int childWidthMode;
533 childWidthMode = MeasureSpec.AT_MOST;
535 childWidthMode = MeasureSpec.EXACTLY;
546 MeasureSpec.makeMeasureSpec(widthSize - horizontalPadding, childWidthMode);