Home
last modified time | relevance | path

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

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