Home | History | Annotate | Download | only in launcher3

Lines Matching refs:heightSpec

388         int heightSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.AT_MOST);
389 mWidgetSpacingLayout.measure(widthSpec, heightSpec);
1021 int heightSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.AT_MOST);
1023 layout.measure(widthSpec, heightSpec);
1170 int heightSpec = MeasureSpec.makeMeasureSpec(mContentHeight, MeasureSpec.AT_MOST);
1172 layout.measure(widthSpec, heightSpec);