FileDocCategorySizeDatePackage
LinkMovementMethod.javaAPI DocAndroid 5.1 API1516Sat Mar 14 14:09:42 GMT 2015android.text.method

LinkMovementMethod.java

package android.text.method;
public class LinkMovementMethod
  extends android.text.method.ScrollingMovementMethod
{
public  LinkMovementMethod() { throw new RuntimeException("Stub!"); }
public  boolean canSelectArbitrarily() { 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!"); }
}