Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskPositioner.java522 int height2; in resizeDrag() local
534 height2 = Math.max(mMinVisibleHeight, Math.min(mMaxVisibleSize.y, height)); in resizeDrag()
535 width2 = Math.max(width, Math.round((float)height2 * MIN_ASPECT)); in resizeDrag()
539 height2 = Math.max(mMinVisibleHeight, in resizeDrag()
553 height2 = Math.max(mMinVisibleHeight, Math.min(mMaxVisibleSize.y, height)); in resizeDrag()
554 width2 = Math.min(width, Math.round((float)height2 / MIN_ASPECT)); in resizeDrag()
558 height2 = Math.max(mMinVisibleHeight, in resizeDrag()
566 if (grows == (width1 * height1 > width2 * height2)) { in resizeDrag()
571 height = height2; in resizeDrag()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DIconInfoTest.java114 int height2 = 2; in testHashCode() local
120 IconInfo info2 = new IconInfo(width2, height2, language2, iconType2, fileName2); in testHashCode()