Searched defs:InputEvent (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/include/input/
H A DInput.h262 class InputEvent : public AInputEvent { class in namespace:android
264 virtual ~InputEvent() { }
276 void initialize(const InputEvent& from);
285 class KeyEvent : public InputEvent {
339 class MotionEvent : public InputEvent {
631 void recycle(InputEvent* event);
/frameworks/base/core/java/android/view/
H A DInputEvent.java27 public abstract class InputEvent implements Parcelable { class in inherits:Parcelable
45 /*package*/ InputEvent() { method in class:InputEvent
103 public abstract InputEvent copy();
225 public static final Parcelable.Creator<InputEvent> CREATOR
226 = new Parcelable.Creator<InputEvent>() {
227 public InputEvent createFromParcel(Parcel in) {
238 public InputEvent[] newArray(int size) {
239 return new InputEvent[size];

Completed in 71 milliseconds