Home | History | Annotate | Download | only in widget

Lines Matching refs:mMaxHeight

200     int mMaxHeight;
265 // Calling this method can set mMaxHeight, make sure the corresponding
266 // XML attribute for mMaxHeight is read after calling this method
276 mMaxHeight = a.getDimensionPixelSize(R.styleable.ProgressBar_maxHeight, mMaxHeight);
417 mMaxHeight = 48;
531 if (mMaxHeight < drawableHeight) {
532 mMaxHeight = drawableHeight;
1069 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight()));