Android.InputMethodServices.KeyboardView: Method Members

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

Public Methods

Closing()
HandleBack() : bool
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) : bool
Sets the state of the shift key of the keyboard, if any.
SetVerticalCorrection(int)

Protected Methods

GetOnKeyboardActionListener() : KeyboardView.IOnKeyboardActionListener
Documentation for this section has not yet been entered.
OnLongPress(Keyboard.Key) : bool
Called when a key is long pressed.
SwipeDown()
SwipeLeft()
SwipeRight()
SwipeUp()