Android.InputMethodServices.Keyboard Members

The members of Android.InputMethodServices.Keyboard are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a keyboard from the given xml key layout file.
Creates a keyboard from the given xml key layout file.
Creates a keyboard from the given xml key layout file.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
Heightint. Returns the total height of the keyboard
[read-only]
IsShiftedbool.
[read-only]
KeysIList<Keyboard.Key>.
[read-only]
MinWidthint.
[read-only]
ModifierKeysIList<Keyboard.Key>.
[read-only]
ShiftKeyIndexint.

Protected Properties

HorizontalGapint.
KeyHeightint.
KeyWidthint.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
VerticalGapint.

Public Methods

GetNearestKeys(int, int) : int[]
Returns the indices of the keys that are closest to the given point.
SetShifted(bool) : bool

Protected Methods