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

android.view.InputDevice 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 final class InputDevice
  implements android.os.Parcelable
{
public static final class MotionRange
{
MotionRange() { throw new RuntimeException("Stub!"); }
public  int getAxis() { throw new RuntimeException("Stub!"); }
public  int getSource() { throw new RuntimeException("Stub!"); }
public  float getMin() { throw new RuntimeException("Stub!"); }
public  float getMax() { throw new RuntimeException("Stub!"); }
public  float getRange() { throw new RuntimeException("Stub!"); }
public  float getFlat() { throw new RuntimeException("Stub!"); }
public  float getFuzz() { throw new RuntimeException("Stub!"); }
}
InputDevice() { throw new RuntimeException("Stub!"); }
public static  android.view.InputDevice getDevice(int id) { throw new RuntimeException("Stub!"); }
public static  int[] getDeviceIds() { throw new RuntimeException("Stub!"); }
public  int getId() { throw new RuntimeException("Stub!"); }
public  java.lang.String getDescriptor() { throw new RuntimeException("Stub!"); }
public  boolean isVirtual() { throw new RuntimeException("Stub!"); }
public  java.lang.String getName() { throw new RuntimeException("Stub!"); }
public  int getSources() { throw new RuntimeException("Stub!"); }
public  int getKeyboardType() { throw new RuntimeException("Stub!"); }
public  android.view.KeyCharacterMap getKeyCharacterMap() { throw new RuntimeException("Stub!"); }
public  android.view.InputDevice.MotionRange getMotionRange(int axis) { throw new RuntimeException("Stub!"); }
public  android.view.InputDevice.MotionRange getMotionRange(int axis, int source) { throw new RuntimeException("Stub!"); }
public  java.util.List getMotionRanges() { throw new RuntimeException("Stub!"); }
public  android.os.Vibrator getVibrator() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel out, int flags) { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public static final int SOURCE_CLASS_MASK = 255;
public static final int SOURCE_CLASS_BUTTON = 1;
public static final int SOURCE_CLASS_POINTER = 2;
public static final int SOURCE_CLASS_TRACKBALL = 4;
public static final int SOURCE_CLASS_POSITION = 8;
public static final int SOURCE_CLASS_JOYSTICK = 16;
public static final int SOURCE_UNKNOWN = 0;
public static final int SOURCE_KEYBOARD = 257;
public static final int SOURCE_DPAD = 513;
public static final int SOURCE_GAMEPAD = 1025;
public static final int SOURCE_TOUCHSCREEN = 4098;
public static final int SOURCE_MOUSE = 8194;
public static final int SOURCE_STYLUS = 16386;
public static final int SOURCE_TRACKBALL = 65540;
public static final int SOURCE_TOUCHPAD = 1048584;
public static final int SOURCE_JOYSTICK = 16777232;
public static final int SOURCE_ANY = -256;
@java.lang.Deprecated()
public static final int MOTION_RANGE_X = 0;
@java.lang.Deprecated()
public static final int MOTION_RANGE_Y = 1;
@java.lang.Deprecated()
public static final int MOTION_RANGE_PRESSURE = 2;
@java.lang.Deprecated()
public static final int MOTION_RANGE_SIZE = 3;
@java.lang.Deprecated()
public static final int MOTION_RANGE_TOUCH_MAJOR = 4;
@java.lang.Deprecated()
public static final int MOTION_RANGE_TOUCH_MINOR = 5;
@java.lang.Deprecated()
public static final int MOTION_RANGE_TOOL_MAJOR = 6;
@java.lang.Deprecated()
public static final int MOTION_RANGE_TOOL_MINOR = 7;
@java.lang.Deprecated()
public static final int MOTION_RANGE_ORIENTATION = 8;
public static final int KEYBOARD_TYPE_NONE = 0;
public static final int KEYBOARD_TYPE_NON_ALPHABETIC = 1;
public static final int KEYBOARD_TYPE_ALPHABETIC = 2;
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy