Home | History | Annotate | Download | only in calendar

Lines Matching refs:SUNDAY

594      *          see {@link Time#SUNDAY}
643 return Time.SUNDAY;
673 case Time.SUNDAY:
674 return Calendar.SUNDAY;
676 throw new IllegalArgumentException("Argument must be between Time.SUNDAY and " +
711 return (firstDayOfWeek == Time.SUNDAY && column == 6)
717 * Determine whether the column position is Sunday or not.
721 * @return true if the column is Sunday position
724 return (firstDayOfWeek == Time.SUNDAY && column == 0)
1332 // if the date is on Saturday or Sunday and the start of the week
1335 if (weekTime.weekDay == Time.SUNDAY
1336 && (firstDayOfWeek == Time.SUNDAY || firstDayOfWeek == Time.SATURDAY)) {