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

/frameworks/base/core/java/android/widget/
H A DCalendarView.java96 private static final int DAYS_PER_WEEK = 7; field in class:CalendarView
101 private static final long MILLIS_IN_WEEK = DAYS_PER_WEEK * MILLIS_IN_DAY;
1236 firstDay.add(Calendar.DAY_OF_MONTH, -DAYS_PER_WEEK);
1238 firstDay.add(Calendar.DAY_OF_MONTH, DAYS_PER_WEEK);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDayPickerView.java57 public static final int DAYS_PER_WEEK = 7; field in class:DayPickerView

Completed in 15 milliseconds