Home | History | Annotate | Download | only in widget

Lines Matching defs:specSize

479         int specSize = MeasureSpec.getSize(measureSpec);
485 result = Math.max(specSize, desired);
489 result = specSize;