Searched refs:DAY_OF_WEEK_FORMAT (Results 1 – 2 of 2) sorted by relevance
41 private static final String DAY_OF_WEEK_FORMAT = "EEEEE"; field in SimpleMonthView_Delegate71 new SimpleDateFormat(DAY_OF_WEEK_FORMAT, getLocale(delegate, view)); in getDayOfWeekLabel()
62 private static final String DAY_OF_WEEK_FORMAT = "EEEEE"; field in SimpleMonthView166 mDayOfWeekFormatter = new SimpleDateFormat(DAY_OF_WEEK_FORMAT, locale); in SimpleMonthView()