public abstract class InputEvent extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<InputEvent> |
CREATOR |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
InputDevice |
getDevice() |
abstract int |
getDeviceId() |
abstract long |
getEventTime() |
abstract int |
getSource() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteToParcelpublic static final Parcelable.Creator<InputEvent> CREATOR
public abstract int getDeviceId()
public final InputDevice getDevice()
public abstract int getSource()
public abstract long getEventTime()
public int describeContents()
describeContents in interface ParcelableCopyright © 2008-2013. All Rights Reserved.