Home | History | Annotate | Download | only in calendar

Lines Matching full:starttime

130     public int startTime;      // Start and end time are in minutes since midnight
167 e.startTime = startTime;
188 dest.startTime = startTime;
209 e.startTime = 0;
398 e.startTime = cEvents.getInt(PROJECTION_START_MINUTE_INDEX);
548 Log.e("Cal", "+ startTime = " + startTime);
572 && (startTime != endTime || startDay != endDay)) {
577 if (startDay == julianDay && startTime > endMinute) {