MetaKeyKeyListener.ResetLockedMeta Method

Definition

Overloads

ResetLockedMeta(ISpannable)

Call this if you are a method that ignores the locked meta state (arrow keys, for example) and you handle a key.

ResetLockedMeta(Int64)

Call this if you are a method that ignores the locked meta state (arrow keys, for example) and you handle a key.

ResetLockedMeta(ISpannable)

Call this if you are a method that ignores the locked meta state (arrow keys, for example) and you handle a key.

[Android.Runtime.Register("resetLockedMeta", "(Landroid/text/Spannable;)V", "")]
protected static void ResetLockedMeta (Android.Text.ISpannable? content);
[<Android.Runtime.Register("resetLockedMeta", "(Landroid/text/Spannable;)V", "")>]
static member ResetLockedMeta : Android.Text.ISpannable -> unit

Parameters

content
ISpannable
Attributes

Remarks

Call this if you are a method that ignores the locked meta state (arrow keys, for example) and you handle a key.

Java documentation for android.text.method.MetaKeyKeyListener.resetLockedMeta(android.text.Spannable).

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.

Applies to

ResetLockedMeta(Int64)

Call this if you are a method that ignores the locked meta state (arrow keys, for example) and you handle a key.

[Android.Runtime.Register("resetLockedMeta", "(J)J", "")]
public static long ResetLockedMeta (long state);
[<Android.Runtime.Register("resetLockedMeta", "(J)J", "")>]
static member ResetLockedMeta : int64 -> int64

Parameters

state
Int64

Returns

Attributes

Remarks

Call this if you are a method that ignores the locked meta state (arrow keys, for example) and you handle a key.

Java documentation for android.text.method.MetaKeyKeyListener.resetLockedMeta(long).

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.

Applies to