Searched refs:mMonthDayFormat (Results 1 – 1 of 1) sorted by relevance
65 private DateFormat mMonthDayFormat; field in DatePickerCalendarDelegate298 mMonthDayFormat = DateFormat.getInstanceForSkeleton("EMMMd", locale); in onLocaleChanged()299 mMonthDayFormat.setContext(DisplayContext.CAPITALIZATION_FOR_STANDALONE); in onLocaleChanged()316 final String monthDay = mMonthDayFormat.format(mCurrentDate.getTime()); in onCurrentDateChanged()