FileDocCategorySizeDatePackage
BaseMovementMethod.javaAPI DocAndroid 5.1 API3420Sat Mar 14 14:09:30 GMT 2015android.text.method

BaseMovementMethod

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

Fields Summary
Constructors Summary
public BaseMovementMethod()

 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!"); 
protected intgetMovementMetaState(android.text.Spannable buffer, android.view.KeyEvent event)

 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 booleanonGenericMotionEvent(android.widget.TextView widget, android.text.Spannable text, android.view.MotionEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonKeyDown(android.widget.TextView widget, android.text.Spannable text, int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonKeyOther(android.widget.TextView widget, android.text.Spannable text, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonKeyUp(android.widget.TextView widget, android.text.Spannable text, int keyCode, android.view.KeyEvent event)

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

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

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