Searched refs:getMinimumHeight (Results 1 – 7 of 7) sorted by relevance
139 public int getMinimumHeight() { in getMinimumHeight() method in DrawableWrapper140 return mDrawable.getMinimumHeight(); in getMinimumHeight()
69 int minimumSize = (isLandscape) ? getMinimumWidth() : getMinimumHeight(); in onMeasure()
91 public int getMinimumHeight() { in getMinimumHeight() method in FastBitmapDrawable
70 int minimumSize = (isLandscape) ? getMinimumWidth() : getMinimumHeight(); in onMeasure()
454 public int getMinimumHeight() { in getMinimumHeight() method in ActivityPicker.EmptyDrawable
518 int drawableHeight = d.getMinimumHeight(); in setProgressDrawable()
447 mSymbolKeyboardTabHeight = d.getMinimumHeight(); in initView()