Home
last modified time | relevance | path

Searched refs:mAdjustViewBounds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DImageView.java83 private boolean mAdjustViewBounds = false; field in ImageView
280 return mAdjustViewBounds; in getAdjustViewBounds()
302 mAdjustViewBounds = adjustViewBounds; in setAdjustViewBounds()
1011 if (mAdjustViewBounds) { in onMeasure()