Searched refs:nextMonth (Results 1 – 6 of 6) sorted by relevance
261 final Time nextMonth = new Time(now); in computeNextCycleBoundary() local262 nextMonth.hour = nextMonth.minute = nextMonth.second = 0; in computeNextCycleBoundary()263 nextMonth.monthDay = 1; in computeNextCycleBoundary()264 nextMonth.month += 1; in computeNextCycleBoundary()265 nextMonth.normalize(true); in computeNextCycleBoundary()267 cycle.set(nextMonth); in computeNextCycleBoundary()
127 nextMonth(); in down()178 nextMonth(); in right()
171 public void nextMonth() { in nextMonth() method in MonthDisplayHelper
146 helper.nextMonth(); in testNextMonth()
34170 method public void nextMonth();
36462 method public void nextMonth();