FileDocCategorySizeDatePackage
Selection.javaAPI DocAndroid 5.1 API2670Sat Mar 14 14:09:42 GMT 2015android.text

Selection

public class Selection extends Object

Fields Summary
public static final Object
SELECTION_END
public static final Object
SELECTION_START
Constructors Summary
Selection()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static booleanextendDown(android.text.Spannable text, android.text.Layout layout)

 throw new RuntimeException("Stub!"); 
public static booleanextendLeft(android.text.Spannable text, android.text.Layout layout)

 throw new RuntimeException("Stub!"); 
public static booleanextendRight(android.text.Spannable text, android.text.Layout layout)

 throw new RuntimeException("Stub!"); 
public static final voidextendSelection(android.text.Spannable text, int index)

 throw new RuntimeException("Stub!"); 
public static booleanextendToLeftEdge(android.text.Spannable text, android.text.Layout layout)

 throw new RuntimeException("Stub!"); 
public static booleanextendToRightEdge(android.text.Spannable text, android.text.Layout layout)

 throw new RuntimeException("Stub!"); 
public static booleanextendUp(android.text.Spannable text, android.text.Layout layout)

 throw new RuntimeException("Stub!"); 
public static final intgetSelectionEnd(java.lang.CharSequence text)

 throw new RuntimeException("Stub!"); 
public static final intgetSelectionStart(java.lang.CharSequence text)

 throw new RuntimeException("Stub!"); 
public static booleanmoveDown(android.text.Spannable text, android.text.Layout layout)

 throw new RuntimeException("Stub!"); 
public static booleanmoveLeft(android.text.Spannable text, android.text.Layout layout)

 throw new RuntimeException("Stub!"); 
public static booleanmoveRight(android.text.Spannable text, android.text.Layout layout)

 throw new RuntimeException("Stub!"); 
public static booleanmoveToLeftEdge(android.text.Spannable text, android.text.Layout layout)

 throw new RuntimeException("Stub!"); 
public static booleanmoveToRightEdge(android.text.Spannable text, android.text.Layout layout)

 throw new RuntimeException("Stub!"); 
public static booleanmoveUp(android.text.Spannable text, android.text.Layout layout)

 throw new RuntimeException("Stub!"); 
public static final voidremoveSelection(android.text.Spannable text)

 throw new RuntimeException("Stub!"); 
public static final voidselectAll(android.text.Spannable text)

 throw new RuntimeException("Stub!"); 
public static voidsetSelection(android.text.Spannable text, int start, int stop)

 throw new RuntimeException("Stub!"); 
public static final voidsetSelection(android.text.Spannable text, int index)

 throw new RuntimeException("Stub!");