Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DImageView.java144 private int mDrawableHeight; field in ImageView
293 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 …]