Searched refs:mDrawableHeight (Results 1 – 1 of 1) sorted by relevance
143 private int mDrawableHeight; field in ImageView288 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 …]