Searched refs:monthHeight (Results 1 – 2 of 2) sorted by relevance
230 final int monthHeight = monthView.getMonthHeight();237 final int leftIconTop = monthView.getPaddingTop() + (monthHeight - leftDH) / 2;243 final int rightIconTop = monthView.getPaddingTop() + (monthHeight - rightDH) / 2;
907 final int monthHeight = (int) (mDesiredMonthHeight * scaleH); in onLayout() local909 mMonthHeight = monthHeight; in onLayout()