Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DImageView.java161 private static boolean sCompatAdjustViewBounds; field in ImageView
263 sCompatAdjustViewBounds = targetSdkVersion <= Build.VERSION_CODES.JELLY_BEAN_MR1; in initImageView()
1192 if (!resizeHeight && !sCompatAdjustViewBounds) { in onMeasure()
1208 if (!resizeWidth && !sCompatAdjustViewBounds) { in onMeasure()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt82469 Landroid/widget/ImageView;->sCompatAdjustViewBounds:Z