Home | History | Annotate | Download | only in calendar

Lines Matching defs:oldBegin

1752         long oldBegin = mInitialValues.getAsLong(EVENT_BEGIN_TIME);
1765 if (oldBegin == newBegin && oldEnd == newEnd && oldAllDay == newAllDay
1790 if (oldBegin != newBegin) {
1792 long offset = newBegin - oldBegin;