Searched refs:sCompatAdjustViewBounds (Results 1 – 2 of 2) sorted by relevance
162 private static boolean sCompatAdjustViewBounds; field in ImageView259 sCompatAdjustViewBounds = targetSdkVersion <= Build.VERSION_CODES.JELLY_BEAN_MR1; in initImageView()1202 if (!resizeHeight && !sCompatAdjustViewBounds) { in onMeasure()1218 if (!resizeWidth && !sCompatAdjustViewBounds) { in onMeasure()
67397 Landroid/widget/ImageView;->sCompatAdjustViewBounds:Z