Searched defs:Event (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Mms/src/org/w3c/dom/events/
H A DEvent.java16 * The <code>Event</code> interface is used to provide contextual information
18 * implements the <code>Event</code> interface is generally passed as the
21 * <code>Event</code> which contain information directly relating to the
27 public interface Event { interface
116 * <code>Event</code> created through the <code>DocumentEvent</code>
118 * <code>Event</code> has been dispatched via the
122 * <code>Event</code> interface only the values specified in the
/packages/apps/Calendar/src/com/android/calendar/
H A DEvent.java40 // TODO: should Event be Parcelable so it can be passed via Intents?
41 public class Event implements Cloneable { class in inherits:Cloneable
151 public Event nextRight;
152 public Event nextLeft;
153 public Event nextUp;
154 public Event nextDown;
159 Event e = new Event();
180 public final void copyTo(Event dest) {
199 public static final Event newInstanc
[all...]

Completed in 110 milliseconds