Home | History | Annotate | Download | only in launcher3

Lines Matching defs:widthSpec

378         int widthSpec = MeasureSpec.makeMeasureSpec(mContentWidth, MeasureSpec.AT_MOST);
380 mWidgetSpacingLayout.measure(widthSpec, heightSpec);
984 int widthSpec = MeasureSpec.makeMeasureSpec(mContentWidth, MeasureSpec.AT_MOST);
987 layout.measure(widthSpec, heightSpec);
1131 int widthSpec = MeasureSpec.makeMeasureSpec(mContentWidth, MeasureSpec.AT_MOST);
1134 layout.measure(widthSpec, heightSpec);