All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.text.method.Touch Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy