Home | History | Annotate | Download | only in widget

Lines Matching refs:viewWidth

450         int viewWidth = width;
454 viewWidth = viewHeight = Math.min(width, height);
457 viewWidth = width;
461 viewWidth = Math.min(width, height);
465 setMeasuredDimension(viewWidth, viewHeight);