All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.view.InputEvent Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.view;
public abstract class InputEvent
  implements android.os.Parcelable
{
InputEvent() { throw new RuntimeException("Stub!"); }
public abstract  int getDeviceId();
public final  android.view.InputDevice getDevice() { throw new RuntimeException("Stub!"); }
public abstract  int getSource();
public abstract  long getEventTime();
public  int describeContents() { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy