Searched refs:mDesiredMonthHeight (Results 1 – 1 of 1) sorted by relevance
90 private final int mDesiredMonthHeight; field in SimpleMonthView163 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()