Home | History | Annotate | Download | only in ui

Lines Matching defs:then

416         Time then = new Time();
417 then.set(when);
427 if (then.year != now.year) {
429 } else if (then.yearDay != now.yearDay) {