Searched refs:mDrawableHeight (Results 1 – 1 of 1) sorted by relevance
144 private int mDrawableHeight; field in ImageView293 if (w != mDrawableWidth || h != mDrawableHeight) {295 mDrawableHeight = h;501 final int oldHeight = mDrawableHeight;509 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {560 final int oldHeight = mDrawableHeight;564 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {597 final int oldHeight = mDrawableHeight;601 if (oldWidth != mDrawableWidth || oldHeight != mDrawableHeight) {1078 mDrawableHeight = d.getIntrinsicHeight(); in updateDrawable()[all …]