Searched refs:adjustViewBounds (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DImageView.java228 * @param adjustViewBounds Whether to adjust the bounds of this view
236 public void setAdjustViewBounds(boolean adjustViewBounds) { argument
237 mAdjustViewBounds = adjustViewBounds;
238 if (adjustViewBounds) {
260 * adjustViewBounds to true 2) set maxWidth and maxHeight to 100 3) set the height and width
298 * adjustViewBounds to true 2) set maxWidth and maxHeight to 100 3) set the height and width

Completed in 79 milliseconds