Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DImageView.java112 private boolean mAdjustViewBounds = false; field in ImageView
341 return mAdjustViewBounds;
363 mAdjustViewBounds = adjustViewBounds;
1155 if (mAdjustViewBounds) { in onMeasure()