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
145 public Event nextRight;
146 public Event nextLeft;
147 public Event nextUp;
148 public Event nextDown;
153 Event e = new Event();
174 public final void copyTo(Event dest) {
193 public static final Event newInstanc
[all...]

Completed in 498 milliseconds