Searched refs:mDesiredMonthHeight (Results 1 – 1 of 1) sorted by relevance
91 private final int mDesiredMonthHeight; field in SimpleMonthView164 mDesiredMonthHeight = res.getDimensionPixelSize(R.dimen.date_picker_month_height); in SimpleMonthView()874 + mDesiredDayOfWeekHeight + mDesiredMonthHeight in onMeasure()918 final int monthHeight = (int) (mDesiredMonthHeight * scaleH); in onLayout()