android.view
Class InputEvent

java.lang.Object
  extended by android.view.InputEvent
All Implemented Interfaces:
Parcelable
Direct Known Subclasses:
KeyEvent, MotionEvent

public abstract class InputEvent
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<InputEvent> CREATOR
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Method Summary
 int describeContents()
           
 InputDevice getDevice()
           
abstract  int getDeviceId()
           
abstract  int getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface android.os.Parcelable
writeToParcel
 

Field Detail

CREATOR

public static final Parcelable.Creator<InputEvent> CREATOR
Method Detail

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.