Android.Views.InputDevice: Field Members

The fields of Android.Views.InputDevice are listed below. For a list of all members, see the InputDevice Members list.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
KeyboardTypeAlphabeticInputKeyboardType (2). The keyboard supports a complement of alphabetic keys.
const
KeyboardTypeNonAlphabeticInputKeyboardType (1). The keyboard is not fully alphabetic.
const
KeyboardTypeNoneInputKeyboardType (0). There is no keyboard.
const
MotionRangeOrientationMotionRange (8). Constant for retrieving the range of values for MotionEvent.AXIS_ORIENTATION.
const
MotionRangePressureMotionRange (2). Constant for retrieving the range of values for MotionEvent.AXIS_PRESSURE.
const
MotionRangeSizeMotionRange (3). Constant for retrieving the range of values for MotionEvent.AXIS_SIZE.
const
MotionRangeToolMajorMotionRange (6). Constant for retrieving the range of values for MotionEvent.AXIS_TOOL_MAJOR.
const
MotionRangeToolMinorMotionRange (7). Constant for retrieving the range of values for MotionEvent.AXIS_TOOL_MINOR.
const
MotionRangeTouchMajorMotionRange (4). Constant for retrieving the range of values for MotionEvent.AXIS_TOUCH_MAJOR.
const
MotionRangeTouchMinorMotionRange (5). Constant for retrieving the range of values for MotionEvent.AXIS_TOUCH_MINOR.
const
MotionRangeXMotionRange (0). Constant for retrieving the range of values for MotionEvent.AXIS_X.
const
MotionRangeYMotionRange (1). Constant for retrieving the range of values for MotionEvent.AXIS_Y.
const
SourceAnyInputSourceType (-256). A special input source constant that is used when filtering input devices to match devices that provide any type of input source.
const
SourceClassButtonInputSourceType (1). The input source has buttons or keys.
const
SourceClassJoystickInputSourceType (16). The input source is a joystick.
const
SourceClassMaskInputSourceType (255). A mask for input source classes.
const
SourceClassNoneInputSourceType (0). The input source has no class.
const
SourceClassPointerInputSourceType (2). The input source is a pointing device associated with a display.
const
SourceClassPositionInputSourceType (8). The input source is an absolute positioning device not associated with a display (unlike InputDevice.SourceClassPointer).
const
SourceClassTrackballInputSourceType (4). The input source is a trackball navigation device.
const
SourceDpadInputSourceType (513). The input source is a DPad.
const
SourceGamepadInputSourceType (1025). The input source is a game pad.
const
SourceHdmiInputSourceType (33554433). The input source is a device connected through HDMI-based bus.
const
SourceJoystickInputSourceType (16777232). The input source is a joystick.
const
SourceKeyboardInputSourceType (257). The input source is a keyboard.
const
SourceMouseInputSourceType (8194). The input source is a mouse pointing device.
const
SourceStylusInputSourceType (16386). The input source is a stylus pointing device.
const
SourceTouchNavigationInputSourceType (2097152). The input source is a touch device whose motions should be interpreted as navigation events.
const
SourceTouchpadInputSourceType (1048584). The input source is a touch pad or digitizer tablet that is not associated with a display (unlike InputDevice.SourceTouchscreen).
const
SourceTouchscreenInputSourceType (4098). The input source is a touch screen pointing device.
const
SourceTrackballInputSourceType (65540). The input source is a trackball.
const
SourceUnknownInputSourceType (0). The input source is unknown.