HomeSort by relevance Sort by last modified time
    Searched refs:oldBegin (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 629 long oldBegin = model.mOriginalStart;
642 if (oldBegin == newBegin && oldEnd == newEnd && oldAllDay == newAllDay
667 if (oldBegin != newBegin) {
669 long offset = newBegin - oldBegin;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp     [all...]

Completed in 789 milliseconds