FileDocCategorySizeDatePackage
ArrowKeyMovementMethod.javaAPI DocAndroid 5.1 API2605Sat Mar 14 14:09:32 GMT 2015android.text.method

ArrowKeyMovementMethod.java

package android.text.method;
public class ArrowKeyMovementMethod
  extends android.text.method.BaseMovementMethod
  implements android.text.method.MovementMethod
{
public  ArrowKeyMovementMethod() { 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 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  boolean canSelectArbitrarily() { 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!"); }
}