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

/frameworks/opt/calendar/src/com/android/calendarcommon/
H A DRecurrenceProcessor.java246 int v = EventRecurrence.timeDay2Day(iterator.weekDay);
329 int dotw = (instance.weekDay - instance.monthDay + 36) % 7;
514 first = generated.weekDay;
908 * iterator.weekDay indicates the day of the week (0-6, SU-SA).
924 int weekStartAdj = (iterator.weekDay -
1131 * This method also computes the weekDay and yearDay fields.
1209 date.weekDay = weekDay(year, month, monthDay);
1262 static int weekDay(int year, int month, int day) { method in class:RecurrenceProcessor
/frameworks/base/core/java/android/text/format/
H A DTime.java89 public int weekDay; field in class:Time
193 * to April 1. It also fills in weekDay, yearDay, isDst and gmtoff.
277 this.weekDay = 0;
420 * <code>allDay</code> is set to false. The fields <code>weekDay</code>,
584 this.weekDay = that.weekDay;
591 * Sets the fields. Sets weekDay, yearDay and gmtoff to 0, and isDst to -1.
602 this.weekDay = 0;
610 * Sets weekDay, yearDay and gmtoff to 0, and isDst to -1.
625 this.weekDay
[all...]

Completed in 145 milliseconds