Methods
| Modifier and Type |
Method and Description |
static boolean |
extendDown(Spannable text,
Layout layout) |
static boolean |
extendLeft(Spannable text,
Layout layout) |
static boolean |
extendRight(Spannable text,
Layout layout) |
static void |
extendSelection(Spannable text,
int index) |
static boolean |
extendToLeftEdge(Spannable text,
Layout layout) |
static boolean |
extendToRightEdge(Spannable text,
Layout layout) |
static boolean |
extendUp(Spannable text,
Layout layout) |
static int |
getSelectionEnd(CharSequence text) |
static int |
getSelectionStart(CharSequence text) |
static boolean |
moveDown(Spannable text,
Layout layout) |
static boolean |
moveLeft(Spannable text,
Layout layout) |
static boolean |
moveRight(Spannable text,
Layout layout) |
static boolean |
moveToLeftEdge(Spannable text,
Layout layout) |
static boolean |
moveToRightEdge(Spannable text,
Layout layout) |
static boolean |
moveUp(Spannable text,
Layout layout) |
static void |
removeSelection(Spannable text) |
static void |
selectAll(Spannable text) |
static void |
setSelection(Spannable text,
int index) |
static void |
setSelection(Spannable text,
int start,
int stop) |