Home
last modified time | relevance | path

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

/packages/apps/Camera/src/com/android/camera/ui/
DZoomIndicator.java54 int maxHeight = 0; in onMeasure() local
61 if (maxHeight < tex.getHeight()) maxHeight = tex.getHeight(); in onMeasure()
64 .setPreferredContentSize(maxWidth, maxHeight) in onMeasure()
DZoomController.java172 int maxHeight = 0; in setAvailableZoomRatios() local
177 maxHeight = Math.max(maxHeight, mTickLabels[i].getHeight()); in setAvailableZoomRatios()
180 mMaxLabelHeight = maxHeight; in setAvailableZoomRatios()
/packages/apps/Gallery3D/src/com/cooliris/media/
DGridQuad.java188 float maxHeight = width / viewAspect; in resizeQuad() local
189 if (height > maxHeight) { in resizeQuad()
191 float ratio = height / maxHeight; in resizeQuad()