Home | History | Annotate | Download | only in text

Lines Matching refs:setSelection

65     public static void setSelection(Spannable text, int start, int stop) {
84 public static final void setSelection(Spannable text, int index) {
85 setSelection(text, index, index);
92 setSelection(text, 0, text.length());
127 setSelection(text, min);
148 setSelection(text, move);
168 setSelection(text, max);
189 setSelection(text, move);
207 setSelection(text, chooseHorizontal(layout, -1, start, end));
213 setSelection(text, to);
232 setSelection(text, chooseHorizontal(layout, 1, start, end));
238 setSelection(text, to);
350 setSelection(text, where);
356 setSelection(text, where);