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

ArrowKeyMovementMethod

public class ArrowKeyMovementMethod extends android.text.method.BaseMovementMethod implements android.text.method.MovementMethod

Fields Summary
Constructors Summary
public ArrowKeyMovementMethod()

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

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

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

 throw new RuntimeException("Stub!"); 
protected booleanend(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!"); 
protected booleanhome(android.widget.TextView widget, android.text.Spannable buffer)

 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!"); 
protected booleanlineEnd(android.widget.TextView widget, android.text.Spannable buffer)

 throw new RuntimeException("Stub!"); 
protected booleanlineStart(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 booleanpageDown(android.widget.TextView widget, android.text.Spannable buffer)

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

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

 throw new RuntimeException("Stub!"); 
protected booleantop(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!");