Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DImageView.java159 private static boolean sCompatAdjustViewBounds; field in ImageView
261 sCompatAdjustViewBounds = targetSdkVersion <= Build.VERSION_CODES.JELLY_BEAN_MR1; in initImageView()
1190 if (!resizeHeight && !sCompatAdjustViewBounds) { in onMeasure()
1206 if (!resizeWidth && !sCompatAdjustViewBounds) { in onMeasure()