Home | History | Annotate | Download | only in ui

Lines Matching defs:then

392         Time then = new Time();
393 then.set(when);
403 if (then.year != now.year) {
405 } else if (then.yearDay != now.yearDay) {