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