Searched refs:mDrawableHeight (Results 1 – 2 of 2) sorted by relevance
143 private int mDrawableHeight; field in ImageView294 mDrawableHeight = h;500 final int oldHeight = mDrawableHeight;559 final int oldHeight = mDrawableHeight;596 final int oldHeight = mDrawableHeight;1082 mDrawableWidth = mDrawableHeight = -1; in updateDrawable()1093 if (h < 0) h = mDrawableHeight; in resizeFromDrawable()1096 mDrawableHeight = h; in resizeFromDrawable()1145 mDrawableHeight = -1; in onMeasure()1149 h = mDrawableHeight; in onMeasure()[all …]
38 private int mDrawableWidth, mDrawableHeight; field in IconView72 mDrawableHeight = iconHeight; in setDrawableSize()81 Gravity.apply(Gravity.CENTER, mDrawableWidth, mDrawableHeight, selfRect, drawableRect); in setDrawableSizeInternal()95 return mDrawableHeight; in getDrawableHeight()