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 183 public long extraLong;
187 * Pass to the ExtraLong parameter for EventType.CREATE_EVENT to create
193 * Pass to the ExtraLong parameter for EventType.GO_TO to signal the time
270 * @param extraLong default response value for the "simple event view". Use
275 long startMillis, long endMillis, int x, int y, long extraLong, long selectedMillis) {
294 info.extraLong = extraLong;
315 * sendEvent() variant with extraLong, search query, and search component name.
318 int viewType, long extraLong, String query, ComponentName componentName) {
319 sendEvent(sender, eventType, start, end, start, eventId, viewType, extraLong, query
    [all...]
DayView.java     [all...]

Completed in 4951 milliseconds