Home
last modified time | relevance | path

Searched refs:width1 (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTaskPositioner.java487 int width1; in resizeDrag() local
493 width1 = Math.max(mMinVisibleWidth, Math.min(mMaxVisibleSize.x, width)); in resizeDrag()
494 height1 = Math.min(height, Math.round((float)width1 / MIN_ASPECT)); in resizeDrag()
498 width1 = Math.max(mMinVisibleWidth, in resizeDrag()
512 width1 = Math.max(mMinVisibleWidth, Math.min(mMaxVisibleSize.x, width)); in resizeDrag()
513 height1 = Math.max(height, Math.round((float)width1 * MIN_ASPECT)); in resizeDrag()
517 width1 = Math.max(mMinVisibleWidth, in resizeDrag()
534 if (grows == (width1 * height1 > width2 * height2)) { in resizeDrag()
535 width = width1; in resizeDrag()