The members of Android.InputMethodServices.Keyboard are listed below.
See Also: Inherited members from Java.Lang.Object
| 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. | ||
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| [read-only] | Height | int. Returns the total height of the keyboard |
| [read-only] | IsShifted | bool. |
| [read-only] | Keys | IList<Keyboard.Key>. |
| [read-only] | MinWidth | int. |
| [read-only] | ModifierKeys | IList<Keyboard.Key>. |
| [read-only] | ShiftKeyIndex | int. |
| HorizontalGap | int. | |
| KeyHeight | int. | |
| KeyWidth | int. | |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| VerticalGap | int. |
GetNearestKeys(int, int)Returns the indices of the keys that are closest to the given point. | ||
| SetShifted(bool) | ||