Android.Text.Method.MetaKeyKeyListener: Method Members

The methods of Android.Text.Method.MetaKeyKeyListener are listed below. For a list of all members, see the MetaKeyKeyListener Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
AdjustMetaAfterKeypress(Android.Text.ISpannable)
Call this method after you handle a keypress so that the meta state will be reset to unshifted (if it is not still down) or primed to be reset to unshifted (once it is released).
static
AdjustMetaAfterKeypress(long) : long
Call this method after you handle a keypress so that the meta state will be reset to unshifted (if it is not still down) or primed to be reset to unshifted (once it is released).
static
ClearMetaKeyState(Android.Text.IEditable, Android.Views.MetaKeyStates)
ClearMetaKeyState(Android.Views.MetaKeyStates, MetaStates) : long
Documentation for this section has not yet been entered.
ClearMetaKeyState(Android.Views.View, Android.Text.IEditable, Android.Views.MetaKeyStates)
static
GetMetaState(Android.Views.MetaKeyStates) : int
Documentation for this section has not yet been entered.
static
GetMetaState(Java.Lang.ICharSequence) : int
Gets the state of the meta keys.
static
GetMetaState(string) : int
Documentation for this section has not yet been entered.
static
GetMetaState(Android.Views.MetaKeyStates, MetaStates) : int
Documentation for this section has not yet been entered.
static
GetMetaState(Java.Lang.ICharSequence, MetaStates) : int
Gets the state of a particular meta key.
static
GetMetaState(Java.Lang.ICharSequence, Android.Views.KeyEvent) : int
Gets the state of the meta keys for a specific key event.
static
GetMetaState(string, MetaStates) : int
Documentation for this section has not yet been entered.
static
GetMetaState(string, Android.Views.KeyEvent) : int
Documentation for this section has not yet been entered.
static
GetMetaState(Java.Lang.ICharSequence, MetaStates, Android.Views.KeyEvent) : int
Gets the state of a particular meta key to use with a particular key event.
static
GetMetaState(string, MetaStates, Android.Views.KeyEvent) : int
Documentation for this section has not yet been entered.
static
HandleKeyDown(long, Android.Views.Keycode, Android.Views.KeyEvent) : long
Handles presses of the meta keys.
static
HandleKeyUp(long, Android.Views.Keycode, Android.Views.KeyEvent) : long
Handles release of the meta keys.
static
IsMetaTracker(Java.Lang.ICharSequence, Java.Lang.Object) : bool
Returns true if this object is one that this class would use to keep track of any meta state in the specified text.
static
IsMetaTracker(string, Java.Lang.Object) : bool
Documentation for this section has not yet been entered.
static
IsSelectingMetaTracker(Java.Lang.ICharSequence, Java.Lang.Object) : bool
Returns true if this object is one that this class would use to keep track of the selecting meta state in the specified text.
static
IsSelectingMetaTracker(string, Java.Lang.Object) : bool
Documentation for this section has not yet been entered.
OnKeyDown(Android.Views.View, Android.Text.IEditable, Android.Views.Keycode, Android.Views.KeyEvent) : bool
Handles presses of the meta keys.
OnKeyUp(Android.Views.View, Android.Text.IEditable, Android.Views.Keycode, Android.Views.KeyEvent) : bool
Handles release of the meta keys.
static
ResetLockedMeta(long) : long
Call this if you are a method that ignores the locked meta state (arrow keys, for example) and you handle a key.
static
ResetMetaState(Android.Text.ISpannable)
Resets all meta state to inactive.

Protected Methods

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