Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/month/
DSimpleDayPickerFragment.java69 public static final int DAYS_PER_WEEK = 7; field in SimpleDayPickerFragment
240 mTempTime.setJulianDay(julianDay + DAYS_PER_WEEK); in onActivityCreated()
547 julianDay += DAYS_PER_WEEK; in updateMonthHighlight()
DMonthListView.java195 return child.getFirstJulianDay() + SimpleDayPickerFragment.DAYS_PER_WEEK - 1; in getUpperRightJulianDay()