Searched refs:maxHeight (Results 1 – 3 of 3) sorted by relevance
54 int maxHeight = 0; in onMeasure() local61 if (maxHeight < tex.getHeight()) maxHeight = tex.getHeight(); in onMeasure()64 .setPreferredContentSize(maxWidth, maxHeight) in onMeasure()
172 int maxHeight = 0; in setAvailableZoomRatios() local177 maxHeight = Math.max(maxHeight, mTickLabels[i].getHeight()); in setAvailableZoomRatios()180 mMaxLabelHeight = maxHeight; in setAvailableZoomRatios()
188 float maxHeight = width / viewAspect; in resizeQuad() local189 if (height > maxHeight) { in resizeQuad()191 float ratio = height / maxHeight; in resizeQuad()