Home
last modified time | relevance | path

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

/packages/apps/Mms/src/com/android/mms/layout/
DHVGALayoutParameters.java36 private static int mMaxHeight; field in HVGALayoutParameters
52 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()
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
DProgressBar.java197 int mMaxHeight; field in ProgressBar
269 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()
DAbsSeekBar.java275 int trackHeight = Math.min(mMaxHeight, h - mPaddingTop - mPaddingBottom);
381 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight()));