android.view.InputEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
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; }
}