Searched refs:mMaxHeight (Results 1 – 3 of 3) sorted by relevance
36 private static int mMaxHeight; field in HVGALayoutParameters52 mMaxHeight = in HVGALayoutParameters()55 mImageHeightLandscape = (int) (mMaxHeight * .90f); in HVGALayoutParameters()56 mTextHeightLandscape = (int) (mMaxHeight * .10f); in HVGALayoutParameters()62 " mMaxHeight: " + mMaxHeight + in HVGALayoutParameters()73 : mMaxHeight; in getWidth()77 return mType == HVGA_LANDSCAPE ? mMaxHeight in getHeight()
197 int mMaxHeight; field in ProgressBar269 mMaxHeight = a.getDimensionPixelSize(R.styleable.ProgressBar_maxHeight, mMaxHeight); in ProgressBar()411 mMaxHeight = 48; in initProgressBar()519 if (mMaxHeight < drawableHeight) { in setProgressDrawable()520 mMaxHeight = drawableHeight; in setProgressDrawable()1003 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight())); in onMeasure()
275 int trackHeight = Math.min(mMaxHeight, h - mPaddingTop - mPaddingBottom);381 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight()));