Android.Text.Method.Touch Members

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

See Also: Inherited members from Java.Lang.Object

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

static
GetInitialScrollX(Android.Widget.TextView, Android.Text.ISpannable) : int
static
GetInitialScrollY(Android.Widget.TextView, Android.Text.ISpannable) : int
static
OnTouchEvent(Android.Widget.TextView, Android.Text.ISpannable, Android.Views.MotionEvent) : bool
Handles touch events for dragging.
static
ScrollTo(Android.Widget.TextView, Android.Text.Layout, int, int)
Scrolls the specified widget to the specified coordinates, except constrains the X scrolling position to the horizontal regions of the text that will be visible after scrolling to the specified Y position.