Android.Text.Method.ScrollingMovementMethod Members

The members of Android.Text.Method.ScrollingMovementMethod 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
Documentation for this section has not yet been entered.
override
Initialize(Android.Widget.TextView, Android.Text.ISpannable)
Documentation for this section has not yet been entered.
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.

Protected Methods

override
Down(Android.Widget.TextView, Android.Text.ISpannable) : bool
Performs a down movement action.
override
Left(Android.Widget.TextView, Android.Text.ISpannable) : bool
Performs a left movement action.
override
Right(Android.Widget.TextView, Android.Text.ISpannable) : bool
Performs a right movement action.
override
Up(Android.Widget.TextView, Android.Text.ISpannable) : bool
Performs an up movement action.