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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DImageCardView.java85 public void setMainImageAdjustViewBounds(boolean adjustViewBounds) { argument
87 mImageView.setAdjustViewBounds(adjustViewBounds);
/frameworks/base/core/java/android/widget/
H A DImageView.java289 * adjustViewBounds will allow the drawable to shrink the view bounds, but not grow
294 * @param adjustViewBounds Whether to adjust the bounds of this view
302 public void setAdjustViewBounds(boolean adjustViewBounds) { argument
303 mAdjustViewBounds = adjustViewBounds;
304 if (adjustViewBounds) {
326 * adjustViewBounds to true 2) set maxWidth and maxHeight to 100 3) set the height and width
364 * adjustViewBounds to true 2) set maxWidth and maxHeight to 100 3) set the height and width

Completed in 78 milliseconds