Searched refs:mMinHeight (Results 1 – 4 of 4) 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()
33 private float mMinHeight; field in DynamicGrid94 mMinHeight = dpiFromPx(minHeightPx, dm); in DynamicGrid()96 mMinWidth, mMinHeight, in DynamicGrid()
196 int mMinHeight; field in ProgressBar268 mMinHeight = a.getDimensionPixelSize(R.styleable.ProgressBar_minHeight, mMinHeight); in ProgressBar()410 mMinHeight = 24; in initProgressBar()1003 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight())); in onMeasure()
381 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight()));