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

LinkMovementMethod

public class LinkMovementMethod extends android.text.method.ScrollingMovementMethod

Fields Summary
Constructors Summary
public LinkMovementMethod()

 throw new RuntimeException("Stub!"); 
Methods Summary
public booleancanSelectArbitrarily()

 throw new RuntimeException("Stub!"); 
protected booleandown(android.widget.TextView widget, android.text.Spannable buffer)

 throw new RuntimeException("Stub!"); 
public static android.text.method.MovementMethodgetInstance()

 throw new RuntimeException("Stub!"); 
protected booleanhandleMovementKey(android.widget.TextView widget, android.text.Spannable buffer, int keyCode, int movementMetaState, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public voidinitialize(android.widget.TextView widget, android.text.Spannable text)

 throw new RuntimeException("Stub!"); 
protected booleanleft(android.widget.TextView widget, android.text.Spannable buffer)

 throw new RuntimeException("Stub!"); 
public voidonTakeFocus(android.widget.TextView view, android.text.Spannable text, int dir)

 throw new RuntimeException("Stub!"); 
public booleanonTouchEvent(android.widget.TextView widget, android.text.Spannable buffer, android.view.MotionEvent event)

 throw new RuntimeException("Stub!"); 
protected booleanright(android.widget.TextView widget, android.text.Spannable buffer)

 throw new RuntimeException("Stub!"); 
protected booleanup(android.widget.TextView widget, android.text.Spannable buffer)

 throw new RuntimeException("Stub!");