Home | History | Annotate | Download | only in widget

Lines Matching refs:heightSize

1492             final int heightSize = MeasureSpec.getSize(heightMeasureSpec);
1507 height = Math.min(height, heightSize);
1510 height = heightSize;