Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DTaskResizingAlgorithm.java111 int height2; in resizeDrag() local
123 height2 = Math.max(minVisibleHeight, Math.min(maxVisibleSize.y, height)); in resizeDrag()
124 width2 = Math.max(width, Math.round((float) height2 * MIN_ASPECT)); in resizeDrag()
128 height2 = Math.max(minVisibleHeight, in resizeDrag()
142 height2 = Math.max(minVisibleHeight, Math.min(maxVisibleSize.y, height)); in resizeDrag()
143 width2 = Math.min(width, Math.round((float) height2 / MIN_ASPECT)); in resizeDrag()
147 height2 = Math.max(minVisibleHeight, in resizeDrag()
155 if (grows == (width1 * height1 > width2 * height2)) { in resizeDrag()
160 height = height2; in resizeDrag()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
H A DIconInfoTest.java116 int height2 = 2; in testHashCode() local
122 IconInfo info2 = new IconInfo(width2, height2, language2, iconType2, fileName2); in testHashCode()
/aosp12/hardware/google/graphics/common/libhwjpeg/
H A Dhwjpeg-v4l2.cpp151 unsigned int width2, unsigned int height2) in SetImageFormat() argument
155 (m_v4l2Format.fmt.pix_mp.height == TO_IMAGE_SIZE(height, height2))) in SetImageFormat()
160 m_v4l2Format.fmt.pix_mp.height = TO_IMAGE_SIZE(height, height2); in SetImageFormat()