Android.Text.Method.Touch: Method Members

The methods of Android.Text.Method.Touch are listed below. For a list of all members, see the Touch Members list.

See Also: Inherited members from Java.Lang.Object

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.