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());
130 setSelection(text, min);
151 setSelection(text, move);
154 setSelection(text, 0);
176 setSelection(text, max);
197 setSelection(text, move);
200 setSelection(text, text.length());
218 setSelection(text, chooseHorizontal(layout, -1, start, end));
224 setSelection(text, to);
243 setSelection(text, chooseHorizontal(layout, 1, start, end));
249 setSelection(text, to);
361 setSelection(text, where);
367 setSelection(text, where);
387 setSelection(text, offset);
401 setSelection(text, offset);