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

/frameworks/base/core/java/android/widget/
H A DImageView.java241 * adjustViewBounds will allow the drawable to shrink the view bounds, but not grow
246 * @param adjustViewBounds Whether to adjust the bounds of this view
254 public void setAdjustViewBounds(boolean adjustViewBounds) { argument
255 mAdjustViewBounds = adjustViewBounds;
256 if (adjustViewBounds) {
278 * adjustViewBounds to true 2) set maxWidth and maxHeight to 100 3) set the height and width
316 * adjustViewBounds to true 2) set maxWidth and maxHeight to 100 3) set the height and width

Completed in 8 milliseconds