android.view
Class InputEvent
java.lang.Object
android.view.InputEvent
- All Implemented Interfaces:
- Parcelable
- Direct Known Subclasses:
- KeyEvent, MotionEvent
public abstract class InputEvent
- extends Object
- implements Parcelable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CREATOR
public static final Parcelable.Creator<InputEvent> CREATOR
getDeviceId
public abstract int getDeviceId()
getDevice
public final InputDevice getDevice()
getSource
public abstract int getSource()
describeContents
public int describeContents()
- Specified by:
describeContents
in interface Parcelable
Copyright © 2008-2012. All Rights Reserved.