android.text.method.Touch Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.text.method;
public class Touch
{
Touch() { throw new RuntimeException("Stub!"); }
public static void scrollTo(android.widget.TextView widget, android.text.Layout layout, int x, int y) { 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 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!"); }
}