Home | History | Annotate | Download | only in widget

Lines Matching refs:specSize

460         int specSize = MeasureSpec.getSize(measureSpec);
466 result = Math.max(specSize, desired);
470 result = specSize;