KeyboardView.InvalidateAllKeys Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Requests a redraw of the entire keyboard.
[Android.Runtime.Register("invalidateAllKeys", "()V", "GetInvalidateAllKeysHandler")]
public virtual void InvalidateAllKeys ();
[<Android.Runtime.Register("invalidateAllKeys", "()V", "GetInvalidateAllKeysHandler")>]
abstract member InvalidateAllKeys : unit -> unit
override this.InvalidateAllKeys : unit -> unit
- Attributes
Remarks
Requests a redraw of the entire keyboard. Calling #invalidate
is not sufficient because the keyboard renders the keys to an off-screen buffer and an invalidate() only draws the cached buffer.
Java documentation for android.inputmethodservice.KeyboardView.invalidateAllKeys()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.