Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/view/
DPieStackView.java33 private int mMinHeight; field in PieStackView
40 mMinHeight = (int) ctx.getResources() in PieStackView()
65 mHeight = mChildHeight + (mViews.size() - 1) * mMinHeight; in layout()
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
DProgressBar.java196 int mMinHeight; field in ProgressBar
268 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()
DAbsSeekBar.java381 dh = Math.max(mMinHeight, Math.min(mMaxHeight, d.getIntrinsicHeight()));