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

  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 192 public long extraLong;
199 return ((extraLong & ALL_DAY_MASK) != 0) ? true : false;
208 int response = (int)(extraLong & ATTENTEE_STATUS_MASK);
251 * Pass to the ExtraLong parameter for EventType.CREATE_EVENT to create
257 * Pass to the ExtraLong parameter for EventType.GO_TO to signal the time
333 * @param extraLong default response value for the "simple event view" and all day indication.
338 long startMillis, long endMillis, int x, int y, long extraLong, long selectedMillis) {
340 startMillis, endMillis, x, y, extraLong, selectedMillis, null, -1);
353 * @param extraLong default response value for the "simple event view" and all day indication.
360 long eventId, long startMillis, long endMillis, int x, int y, long extraLong,
    [all...]
DayView.java     [all...]

Completed in 51 milliseconds