Home | History | Annotate | Download | only in launcher2

Lines Matching refs:widthSpecMode

977         int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
983 if (widthSpecMode == MeasureSpec.UNSPECIFIED || heightSpecMode == MeasureSpec.UNSPECIFIED) {
1004 // Initial values correspond to widthSpecMode == MeasureSpec.EXACTLY
1007 if (widthSpecMode == MeasureSpec.AT_MOST) {