Android.Views.KeyEvent: Method Members

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

See Also: Inherited members from Android.Views.InputEvent

Public Methods

static
ChangeAction(KeyEvent, KeyEventActions) : KeyEvent
Create a new key event that is the same as the given one, but whose action is replaced with the given value.
static
ChangeFlags(KeyEvent, KeyEventFlags) : KeyEvent
Create a new key event that is the same as the given one, but whose flags are replaced with the given value.
static
ChangeTimeRepeat(KeyEvent, long, int) : KeyEvent
Create a new key event that is the same as the given one, but whose event time and repeat count are replaced with the given value.
static
ChangeTimeRepeat(KeyEvent, long, int, KeyEventFlags) : KeyEvent
Create a new key event that is the same as the given one, but whose event time and repeat count are replaced with the given value.
override
DescribeContents() : int
Documentation for this section has not yet been entered.
Dispatch(KeyEvent.ICallback) : bool
Dispatch(KeyEvent.ICallback, KeyEvent.DispatcherState, Java.Lang.Object) : bool
Deliver this key event to a NoType:android/view/KeyEvent$Callback;Href=../../../reference/android/view/KeyEvent.Callback.html interface.
static
GetDeadChar(int, int) : int
Get the character that is produced by putting accent on the character c.
GetKeyData(KeyCharacterMap.KeyData) : bool
Get the character conversion data for a given key code.
GetMatch(char[]) : char
Gets the first character in the character array that can be generated by the specified key code.
GetMatch(char[], MetaKeyStates) : char
Gets the first character in the character array that can be generated by the specified key code.
GetMatch(char[], int) : char
Documentation for this section has not yet been entered.
GetUnicodeChar(MetaKeyStates) : int
Gets the Unicode character generated by the specified key and meta key state combination.
HasModifiers(MetaKeyStates) : bool
Returns true if only the specified modifiers keys are pressed.
static
IsGamepadButton(Keycode) : bool
Returns true if the specified keycode is a gamepad button.
static
IsModifierKey(Keycode) : bool
Returns true if this key code is a modifier key.
static
KeyCodeFromString(string) : Keycode
Gets a keycode by its symbolic name such as "KEYCODE_A" or an equivalent numeric constant such as "1001".
static
KeyCodeToString(Keycode) : string
Returns a string that represents the symbolic name of the specified keycode such as "KEYCODE_A", "KEYCODE_DPAD_UP", or an equivalent numeric constant such as "1001" if unknown.
static
MetaStateHasModifiers(MetaKeyStates, MetaKeyStates) : bool
Returns true if only the specified modifier keys are pressed according to the specified meta state.
static
MetaStateHasNoModifiers(MetaKeyStates) : bool
Returns true if no modifiers keys are pressed according to the specified meta state.
static
NormalizeMetaState(MetaKeyStates) : MetaKeyStates
Normalizes the specified meta state.
SetSource(InputSourceType)
Modifies the source of the event.
StartTracking()
Call this during NoType:android/view/KeyEvent$Callback;Href=../../../reference/android/view/KeyEvent.Callback.html#onKeyDown(int, android.view.KeyEvent) to have the system track the key through its final up (possibly including a long press).
override
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.