Android.InputMethodServices.KeyboardView.InvalidateAllKeys Method
Requests a redraw of the entire keyboard.

Syntax

[Android.Runtime.Register("invalidateAllKeys", "()V", "GetInvalidateAllKeysHandler")]
public virtual void InvalidateAllKeys ()

See Also

KeyboardView.InvalidateKey(int)

Remarks

Requests a redraw of the entire keyboard. Calling Android.Views.View.Invalidate is not sufficient because the keyboard renders the keys to an off-screen buffer and an invalidate() only draws the cached buffer.

[Android Documentation]

Requirements

Namespace: Android.InputMethodServices
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4