Home | History | Annotate | Download | only in cts

Lines Matching defs:Selection

25 import android.text.Selection;
114 * selection position of the editable text.
116 * cursor caps mode for the current selection position in the editable text.
120 * around the current selection position of the editable text.
121 * setSelection: changes the selection position in the current editable text.
264 * an initial text and selection range.
268 * selection range from {@code selectionStart} to {@code selectionEnd}
272 final int selectionStart = Selection.getSelectionStart(source);
273 final int selectionEnd = Selection.getSelectionEnd(source);
275 Selection.setSelection(editable, selectionStart, selectionEnd);
291 final int expectedSelectionStart = Selection.getSelectionStart(expectedString);
292 final int expectedSelectionEnd = Selection.getSelectionEnd(expectedString);
369 final int expectedSelectionStart = Selection.getSelectionStart(expectedString);
370 final int expectedSelectionEnd = Selection.getSelectionEnd(expectedString);