Searched refs:getMinimumHeight (Results 1 – 10 of 10) sorted by relevance
67 mPause.getBackground().getMinimumHeight()); in testLayout()70 mPrev.getBackground().getMinimumHeight()); in testLayout()73 mNext.getBackground().getMinimumHeight()); in testLayout()
87 view.getHeight() >= mBackgroundDrawable.getMinimumHeight()); in doMinimumSizeTest()124 .getHeight() >= mBigBackgroundDrawable.getMinimumHeight()); in doDiffBgMinimumSizeTest()
40 public int getMinimumHeight() { in getMinimumHeight() method in NinePatchDrawable
156 public int getMinimumHeight() { in getMinimumHeight() method in DrawableContainer160 return mCurrDrawable != null ? mCurrDrawable.getMinimumHeight() : 0; in getMinimumHeight()461 s = dr.getMinimumHeight(); in computeConstantSize()
307 public int getMinimumHeight() { in getMinimumHeight() method in NinePatchDrawable
620 public int getMinimumHeight() { in getMinimumHeight() method in Drawable
262 maxHeight = Math.max(maxHeight, drawable.getMinimumHeight()); in onMeasure()
150 public int getMinimumHeight() { in getMinimumHeight() method in WallpaperManager.FastBitmapDrawable
679 public int getMinimumHeight() { in getMinimumHeight() method in LockPatternKeyguardView.FastBitmapDrawable
7230 if (mBGDrawable == null || mBGDrawable.getMinimumHeight() != d.getMinimumHeight() || in setBackgroundDrawable()8115 final int bgMinHeight = mBGDrawable.getMinimumHeight(); in getSuggestedMinimumHeight()