Android.Text.Method.ArrowKeyMovementMethod Members

The members of Android.Text.Method.ArrowKeyMovementMethod are listed below.

See Also: Inherited members from Android.Text.Method.BaseMovementMethod

Public Constructors

Protected Constructors

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

Public Properties

[read-only]
static
InstanceIMovementMethod.

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

override
CanSelectArbitrarily() : bool
Returns true if this movement method allows arbitrary selection of any text; false if it has no selection (like a movement method that only scrolls) or a constrained selection (for example limited to links.
override
Initialize(Android.Widget.TextView, Android.Text.ISpannable)
override
OnKeyDown(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.Keycode, Android.Views.KeyEvent) : bool
Documentation for this section has not yet been entered.
override
OnKeyOther(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.KeyEvent) : bool
Documentation for this section has not yet been entered.
override
OnKeyUp(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.Keycode, Android.Views.KeyEvent) : bool
Documentation for this section has not yet been entered.
override
OnTakeFocus(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.FocusSearchDirection)
override
OnTouchEvent(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.MotionEvent) : bool
override
OnTrackballEvent(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.MotionEvent) : bool
Documentation for this section has not yet been entered.