Android.InputMethodServices.KeyboardView Members

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

See Also: Inherited members from Android.Views.View

Public Constructors

Protected Constructors

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

Public Properties

[read-only]
IsShiftedbool. Returns the state of the shift key of the keyboard, if any.
KeyboardKeyboard. Returns the current keyboard being displayed by this view.
OnKeyboardActionListenerKeyboardView.IOnKeyboardActionListener. Returns the NoType:android/inputmethodservice/KeyboardView$OnKeyboardActionListener;Href=../../../reference/android/inputmethodservice/KeyboardView.OnKeyboardActionListener.html object.
PreviewEnabledbool. Returns the enabled state of the key feedback popup.
ProximityCorrectionEnabledbool. Returns true if proximity correction is enabled.

Protected Properties

[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.

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()

Public Events

KeyDocumentation for this section has not yet been entered.
PressDocumentation for this section has not yet been entered.
ReleaseDocumentation for this section has not yet been entered.
SwipeDownEventDocumentation for this section has not yet been entered.
SwipeLeftEventDocumentation for this section has not yet been entered.
SwipeRightEventDocumentation for this section has not yet been entered.
SwipeUpEventDocumentation for this section has not yet been entered.
TextDocumentation for this section has not yet been entered.