Home
last modified time | relevance | path

Searched refs:mMonthDayFormat (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DDatePickerCalendarDelegate.java65 private DateFormat mMonthDayFormat; field in DatePickerCalendarDelegate
304 mMonthDayFormat = DateFormat.getInstanceForSkeleton("EMMMd", locale); in onLocaleChanged()
309 mMonthDayFormat.setContext(DisplayContext.CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE); in onLocaleChanged()
326 final String monthDay = mMonthDayFormat.format(mCurrentDate.getTime()); in onCurrentDateChanged()