Home | History | Annotate | Download | only in text

Lines Matching refs:setSelection

67     public static void setSelection(Spannable text, int start, int stop) {
86 public static final void setSelection(Spannable text, int index) {
87 setSelection(text, index, index);
94 setSelection(text, 0, text.length());
129 setSelection(text, min);
150 setSelection(text, move);
170 setSelection(text, max);
191 setSelection(text, move);
209 setSelection(text, chooseHorizontal(layout, -1, start, end));
215 setSelection(text, to);
234 setSelection(text, chooseHorizontal(layout, 1, start, end));
240 setSelection(text, to);
352 setSelection(text, where);
358 setSelection(text, where);
378 setSelection(text, offset);
392 setSelection(text, offset);