Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DImageView.java143 private int mDrawableHeight; field in ImageView
288 if (w != mDrawableWidth || h != mDrawableHeight) {
290 mDrawableHeight = h;
496 final int oldHeight = mDrawableHeight;
504 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {
555 final int oldHeight = mDrawableHeight;
559 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {
592 final int oldHeight = mDrawableHeight;
596 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {
1068 mDrawableHeight = d.getIntrinsicHeight(); in updateDrawable()
[all …]