Home | History | Annotate | Download | only in widget

Lines Matching refs:heightSize

6206         int heightSize = MeasureSpec.getSize(heightMeasureSpec);
6342 height = heightSize;
6351 height = Math.min(desired, heightSize);