Searched defs:selectionStart (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DExtractedText.java59 * <var>startOffset</var>+<var>selectionStart</var>.
61 public int selectionStart; field in class:ExtractedText
100 dest.writeInt(selectionStart);
116 res.selectionStart = source.readInt();
/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewWordLimitsTest.java91 private void verifySelectCurrentWord(Spannable text, int selectionStart, int selectionEnd, int correctStart, argument
95 Selection.setSelection((Spannable)mTv.getText(), selectionStart, selectionEnd);
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java1922 * Posts an {@link SetSelectionCommand} from the given <code>selectionStart
1925 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { argument
1931 mSetSelectionCommand.mSelectionStart = selectionStart;

Completed in 138 milliseconds