FileDocCategorySizeDatePackage
ScrollingMovementMethod.javaAPI DocAndroid 5.1 API2197Sat Mar 14 14:09:42 GMT 2015android.text.method

ScrollingMovementMethod.java

package android.text.method;
public class ScrollingMovementMethod
  extends android.text.method.BaseMovementMethod
  implements android.text.method.MovementMethod
{
public  ScrollingMovementMethod() { 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!"); }
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 pageUp(android.widget.TextView widget, android.text.Spannable buffer) { throw new RuntimeException("Stub!"); }
protected  boolean pageDown(android.widget.TextView widget, android.text.Spannable buffer) { throw new RuntimeException("Stub!"); }
protected  boolean top(android.widget.TextView widget, android.text.Spannable buffer) { throw new RuntimeException("Stub!"); }
protected  boolean bottom(android.widget.TextView widget, android.text.Spannable buffer) { throw new RuntimeException("Stub!"); }
protected  boolean lineStart(android.widget.TextView widget, android.text.Spannable buffer) { throw new RuntimeException("Stub!"); }
protected  boolean lineEnd(android.widget.TextView widget, android.text.Spannable buffer) { throw new RuntimeException("Stub!"); }
protected  boolean home(android.widget.TextView widget, android.text.Spannable buffer) { throw new RuntimeException("Stub!"); }
protected  boolean end(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 onTakeFocus(android.widget.TextView widget, android.text.Spannable text, int dir) { throw new RuntimeException("Stub!"); }
public static  android.text.method.MovementMethod getInstance() { throw new RuntimeException("Stub!"); }
}