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 | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Public Methods
| CanSelectArbitrarily() : boolReturns 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. |
| Initialize(Android.Widget.TextView, Android.Text.ISpannable) |
| OnGenericMotionEvent(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.MotionEvent) : bool |
| OnKeyDown(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.Keycode, Android.Views.KeyEvent) : bool |
| OnKeyOther(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.KeyEvent) : boolIf the key listener wants to other kinds of key events, return true,
otherwise return false and the caller (i.e. the widget host)
will handle the key. |
| OnKeyUp(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.Keycode, Android.Views.KeyEvent) : bool |
| OnTakeFocus(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.FocusSearchDirection) |
| OnTouchEvent(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.MotionEvent) : bool |
| OnTrackballEvent(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.MotionEvent) : bool |
Protected Methods
| Bottom(Android.Widget.TextView, Android.Text.ISpannable) : boolPerforms a bottom movement action. |
| Down(Android.Widget.TextView, Android.Text.ISpannable) : boolPerforms a down movement action. |
| End(Android.Widget.TextView, Android.Text.ISpannable) : boolPerforms an end movement action. |
| GetMovementMetaState(Android.Text.ISpannable, Android.Views.KeyEvent) : intGets 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) : boolPerforms a movement key action. |
| Home(Android.Widget.TextView, Android.Text.ISpannable) : boolPerforms a home movement action. |
| Left(Android.Widget.TextView, Android.Text.ISpannable) : boolPerforms a left movement action. |
| LineEnd(Android.Widget.TextView, Android.Text.ISpannable) : boolPerforms a line-end movement action. |
| LineStart(Android.Widget.TextView, Android.Text.ISpannable) : boolPerforms a line-start movement action. |
| PageDown(Android.Widget.TextView, Android.Text.ISpannable) : boolPerforms a page-down movement action. |
| PageUp(Android.Widget.TextView, Android.Text.ISpannable) : boolPerforms a page-up movement action. |
| Right(Android.Widget.TextView, Android.Text.ISpannable) : boolPerforms a right movement action. |
| Top(Android.Widget.TextView, Android.Text.ISpannable) : boolPerforms a top movement action. |
| Up(Android.Widget.TextView, Android.Text.ISpannable) : boolPerforms an up movement action. |