Searched defs:weekDay (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java246 int v = EventRecurrence.timeDay2Day(iterator.weekDay);
329 int dotw = (instance.weekDay - instance.monthDay + 36) % 7;
514 first = generated.weekDay;
910 * iterator.weekDay indicates the day of the week (0-6, SU-SA).
926 int weekStartAdj = (iterator.weekDay -
1133 * This method also computes the weekDay and yearDay fields.
1211 date.weekDay = weekDay(year, month, monthDay);
1264 static int weekDay(int year, int month, int day) { method in class:RecurrenceProcessor
/frameworks/base/core/java/android/text/format/
H A DTime.java114 public int weekDay; field in class:Time
214 * to April 1. It also fills in weekDay, yearDay, isDst and gmtoff.
312 this.weekDay = 0;
389 * <code>allDay</code> is set to false. The fields <code>weekDay</code>,
486 weekDay = 0;
674 this.weekDay = 0;
792 this.weekDay = that.weekDay;
799 * Sets the fields. Sets weekDay, yearDay and gmtoff to 0, and isDst to -1.
810 this.weekDay
[all...]

Completed in 76 milliseconds