Home | History | Annotate | Download | only in widget

Lines Matching refs:heightSize

792         int heightSize;
804 heightSize = resolveAdjustedSize(h + ptop + pbottom, mMaxHeight, heightMeasureSpec);
809 (heightSize - ptop - pbottom);
817 int newWidth = (int)(desiredAspect * (heightSize - ptop - pbottom)) +
838 heightSize = resolveAdjustedSize(newHeight, mMaxHeight,
842 if (newHeight <= heightSize) {
843 heightSize = newHeight;
860 heightSize = resolveSizeAndState(h, heightMeasureSpec, 0);
863 setMeasuredDimension(widthSize, heightSize);