File
Doc
Category
Size
Date
Package
Touch.java
API Doc
Android 5.1 API
699
Sat Mar 14 14:09:42 GMT 2015
android.text.method
Touch
java.lang.Object
public class Touch extends Object
Fields Summary
Constructors Summary
Touch
()
throw new RuntimeException("Stub!");
Methods Summary
public static
int
getInitialScrollX
(
android.widget.TextView
widget,
android.text.Spannable
buffer)
throw new RuntimeException("Stub!");
public static
int
getInitialScrollY
(
android.widget.TextView
widget,
android.text.Spannable
buffer)
throw new RuntimeException("Stub!");
public static
boolean
onTouchEvent
(
android.widget.TextView
widget,
android.text.Spannable
buffer,
android.view.MotionEvent
event)
throw new RuntimeException("Stub!");
public static void
scrollTo
(
android.widget.TextView
widget,
android.text.Layout
layout,
int
x,
int
y)
throw new RuntimeException("Stub!");
Java Code Source