Searched refs:height2 (Results 1 – 1 of 1) sorted by relevance
490 int height2; in resizeDrag() local502 height2 = Math.max(mMinVisibleHeight, Math.min(mMaxVisibleSize.y, height)); in resizeDrag()503 width2 = Math.max(width, Math.round((float)height2 * MIN_ASPECT)); in resizeDrag()507 height2 = Math.max(mMinVisibleHeight, in resizeDrag()521 height2 = Math.max(mMinVisibleHeight, Math.min(mMaxVisibleSize.y, height)); in resizeDrag()522 width2 = Math.min(width, Math.round((float)height2 / MIN_ASPECT)); in resizeDrag()526 height2 = Math.max(mMinVisibleHeight, in resizeDrag()534 if (grows == (width1 * height1 > width2 * height2)) { in resizeDrag()539 height = height2; in resizeDrag()