The methods of Android.InputMethodServices.KeyboardView are listed below. For a list of all members, see the KeyboardView Members list.
See Also: Inherited members from Android.Views.View
Closing() | ||
HandleBack() | ||
InvalidateAllKeys()Requests a redraw of the entire keyboard. | ||
InvalidateKey(int)Invalidates a key so that it will be redrawn on the next repaint. | ||
OnClick(Android.Views.View)Documentation for this section has not yet been entered. | ||
OnDetachedFromWindow()This is called when the view is detached from a window. | ||
OnDraw(Android.Graphics.Canvas)Implement this to do your drawing. | ||
OnMeasure(int, int) | ||
OnSizeChanged(int, int, int, int)This is called during layout when the size of this view has changed. | ||
SetPopupOffset(int, int) | ||
SetPopupParent(Android.Views.View) | ||
SetShifted(bool)Sets the state of the shift key of the keyboard, if any. | ||
SetVerticalCorrection(int) |
GetOnKeyboardActionListener()Documentation for this section has not yet been entered. | ||
OnLongPress(Keyboard.Key)Called when a key is long pressed. | ||
SwipeDown() | ||
SwipeLeft() | ||
SwipeRight() | ||
SwipeUp() |