Home | History | Annotate | Download | only in calendar

Lines Matching refs:SUNDAY

398      *          see {@link Time#SUNDAY}
447 return Time.SUNDAY;
481 return (firstDayOfWeek == Time.SUNDAY && column == 6)
487 * Determine whether the column position is Sunday or not.
491 * @return true if the column is Sunday position
494 return (firstDayOfWeek == Time.SUNDAY && column == 0)
1068 // if the date is on Saturday or Sunday and the start of the week
1071 if (weekTime.weekDay == Time.SUNDAY
1072 && (firstDayOfWeek == Time.SUNDAY || firstDayOfWeek == Time.SATURDAY)) {