Searched refs:MONTH_LABEL_TEXT_SIZE (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DMonthView.java116 protected static int MONTH_LABEL_TEXT_SIZE; field in class:MonthView
214 MONTH_LABEL_TEXT_SIZE = res.getDimensionPixelSize(R.dimen.month_label_size);
284 mMonthTitlePaint.setTextSize(MONTH_LABEL_TEXT_SIZE);
454 int y = (getMonthHeaderSize() - MONTH_DAY_LABEL_TEXT_SIZE) / 2 + (MONTH_LABEL_TEXT_SIZE / 3);

Completed in 24 milliseconds