Home | History | Annotate | Download | only in seekbar

Lines Matching refs:mMaxHeight

197     int mMaxHeight;
258 // Calling this method can set mMaxHeight, make sure the corresponding
259 // XML attribute for mMaxHeight is read after calling this method
269 mMaxHeight = a.getDimensionPixelSize(R.styleable.ProgressBar_maxHeight, mMaxHeight);
411 mMaxHeight = 48;
519 if (mMaxHeight < drawableHeight) {
520 mMaxHeight = drawableHeight;
1003 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight()));