Home | History | Annotate | Download | only in widget

Lines Matching defs:viewHeight

451         int viewHeight = height;
454 viewWidth = viewHeight = Math.min(width, height);
458 viewHeight = Math.min(width, height);
462 viewHeight = height;
465 setMeasuredDimension(viewWidth, viewHeight);