Searched refs:mMinHeight (Results 1 – 3 of 3) sorted by relevance
33 private int mMinHeight; field in PieStackView40 mMinHeight = (int) ctx.getResources() in PieStackView()65 mHeight = mChildHeight + (mViews.size() - 1) * mMinHeight; in layout()
196 int mMinHeight; field in ProgressBar268 mMinHeight = a.getDimensionPixelSize(R.styleable.ProgressBar_minHeight, mMinHeight); in ProgressBar()410 mMinHeight = 24; in initProgressBar()1012 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight())); in onMeasure()
381 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight()));