Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSimpleMonthView.java89 private final int mDesiredMonthHeight; field in SimpleMonthView
162 mDesiredMonthHeight = res.getDimensionPixelSize(R.dimen.date_picker_month_height); in SimpleMonthView()
862 + mDesiredDayOfWeekHeight + mDesiredMonthHeight in onMeasure()
906 final int monthHeight = (int) (mDesiredMonthHeight * scaleH); in onLayout()