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

android.text.method.LinkMovementMethod 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 LinkMovementMethod
  extends android.text.method.ScrollingMovementMethod
{
public  LinkMovementMethod() { throw new RuntimeException("Stub!"); }
protected  boolean handleMovementKey(android.widget.TextView widget, android.text.Spannable buffer, int keyCode, int movementMetaState, android.view.KeyEvent event) { throw new RuntimeException("Stub!"); }
protected  boolean up(android.widget.TextView widget, android.text.Spannable buffer) { throw new RuntimeException("Stub!"); }
protected  boolean down(android.widget.TextView widget, android.text.Spannable buffer) { throw new RuntimeException("Stub!"); }
protected  boolean left(android.widget.TextView widget, android.text.Spannable buffer) { throw new RuntimeException("Stub!"); }
protected  boolean right(android.widget.TextView widget, android.text.Spannable buffer) { throw new RuntimeException("Stub!"); }
public  boolean onTouchEvent(android.widget.TextView widget, android.text.Spannable buffer, android.view.MotionEvent event) { throw new RuntimeException("Stub!"); }
public  void initialize(android.widget.TextView widget, android.text.Spannable text) { throw new RuntimeException("Stub!"); }
public  void onTakeFocus(android.widget.TextView view, android.text.Spannable text, int dir) { throw new RuntimeException("Stub!"); }
public static  android.text.method.MovementMethod getInstance() { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy