java.lang.Object | |
↳ | android.text.method.Touch |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Handles touch events for dragging.
| |||||||||||
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.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
widget | The text view. |
---|---|
buffer | The text buffer. |
widget | The text view. |
---|---|
buffer | The text buffer. |
Handles touch events for dragging. You may want to do other actions like moving the cursor on touch as well.
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.