Searched refs:maxHeight (Results 1 – 5 of 5) sorted by relevance
31 public void setMaxHeight(int maxHeight) { in setMaxHeight() argument32 mMaxHeight = maxHeight; in setMaxHeight()
737 int maxHeight = RenderPreviewManager.getMaxHeight(); in getScale() local739 && (width > maxWidth || height > maxHeight)) { in getScale()743 return maxHeight / (double) height; in getScale()
18 android:maxHeight : Makes the TextView be at most this many pixels tall. [dimension]
163 android:maxHeight : An optional argument to supply a maximum height for this view. [dimension]