Searched defs:newEvent (Results 1 – 9 of 9) sorted by relevance
118 private Event clearAndGetResultingEvent(final Event newEvent) { in clearAndGetResultingEvent()135 public Event processEvent(ArrayList<Event> previousEvents, Event newEvent) { in processEvent()
100 public Event processEvent(final ArrayList<Event> previousEvents, final Event newEvent) { in processEvent()
16 MotionEvent newEvent = MotionEvent.obtain(e); in transformEventNew() local
34 public Event processEvent(final ArrayList<Event> previousEvents, final Event newEvent) { in processEvent()
41 MotionEvent newEvent = MotionEvent.obtain(e); in transformEventNew() local
610 public void updateInstancesLocked(ContentValues values, long rowId, boolean newEvent, in updateInstancesLocked()
298 boolean newEvent, int id) { in addTestAttendees()
362 MotionEvent newEvent = MotionEvent.obtain(original); in forwardFakeMotionEvent() local
150 public int newEvent(Operation op) { in newEvent() method in CalendarSyncParser.CalendarOperations