Home | History | Annotate | Download | only in calendarcommon2

Lines Matching refs:expand

126         // Expand the complete recurrence if there were any counts specified,
131 long[] dates = expand(dtstart, recur,
628 * @param rangeStartMillis the beginning of the range to expand, in UTC
630 * @param rangeEndMillis the non-inclusive end of the range to expand, in
636 public long[] expand(Time dtstart,
663 expand(dtstart, rrule, rangeStartDateValue,
678 expand(dtstart, exrule, rangeStartDateValue,
733 public void expand(Time dtstart,
861 Log.i(TAG, "expand called w/ rangeStart=" + rangeStartDateValue