Android.Text.Method.BaseMovementMethod Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

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

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

Protected Methods

Bottom(Android.Widget.TextView, Android.Text.ISpannable) : bool
Performs a bottom movement action.
Down(Android.Widget.TextView, Android.Text.ISpannable) : bool
Performs a down movement action.
End(Android.Widget.TextView, Android.Text.ISpannable) : bool
Performs an end movement action.
GetMovementMetaState(Android.Text.ISpannable, Android.Views.KeyEvent) : int
Gets the meta state used for movement using the modifiers tracked by the text buffer as well as those present in the key event.
HandleMovementKey(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.Keycode, int, Android.Views.KeyEvent) : bool
Performs a movement key action.
Home(Android.Widget.TextView, Android.Text.ISpannable) : bool
Performs a home movement action.
Left(Android.Widget.TextView, Android.Text.ISpannable) : bool
Performs a left movement action.
LineEnd(Android.Widget.TextView, Android.Text.ISpannable) : bool
Performs a line-end movement action.
LineStart(Android.Widget.TextView, Android.Text.ISpannable) : bool
Performs a line-start movement action.
PageDown(Android.Widget.TextView, Android.Text.ISpannable) : bool
Performs a page-down movement action.
PageUp(Android.Widget.TextView, Android.Text.ISpannable) : bool
Performs a page-up movement action.
Right(Android.Widget.TextView, Android.Text.ISpannable) : bool
Performs a right movement action.
Top(Android.Widget.TextView, Android.Text.ISpannable) : bool
Performs a top movement action.
Up(Android.Widget.TextView, Android.Text.ISpannable) : bool
Performs an up movement action.