The methods of Android.Views.KeyCharacterMap are listed below. For a list of all members, see the KeyCharacterMap Members list.
See Also: Inherited members from Java.Lang.Object
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
static | DeviceHasKey(Keycode)Queries the framework about whether any physical keys exist on the any keyboard attached to the device that are capable of producing the given key code. | |
static | DeviceHasKeys(Keycode[])Queries the framework about whether any physical keys exist on the any keyboard attached to the device that are capable of producing the given array of key codes. | |
Get(Keycode, MetaKeyStates)Gets the Unicode character generated by the specified key and meta key state combination. | ||
Get(Keycode, int)Documentation for this section has not yet been entered. | ||
static | GetDeadChar(int, int)Get the character that is produced by combining the dead key producing accent with the key producing character c. | |
GetDisplayLabel(Keycode)Gets the primary character for this key. | ||
GetEvents(char[])Get an array of KeyEvent objects that if put into the input stream could plausibly generate the provided sequence of characters. | ||
GetKeyData(Keycode, KeyCharacterMap.KeyData)Get the character conversion data for a given key code. | ||
GetMatch(Keycode, char[])Gets the first character in the character array that can be generated by the specified key code. | ||
GetMatch(Keycode, char[], MetaKeyStates)Gets the first character in the character array that can be generated by the specified key code. | ||
GetMatch(Keycode, char[], int)Documentation for this section has not yet been entered. | ||
GetNumber(Keycode)Gets the number or symbol associated with the key. | ||
IsPrintingKey(Keycode)Returns true if the specified key produces a glyph. | ||
static | Load(int)Loads the key character maps for the keyboard with the specified device id. | |
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |