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

/frameworks/base/core/java/android/view/inputmethod/
H A DExtractedText.java66 * <var>startOffset</var>+<var>selectionEnd</var>.
68 public int selectionEnd; field in class:ExtractedText
101 dest.writeInt(selectionEnd);
117 res.selectionEnd = 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.java1923 * </code> to <code>selectionEnd</code>.
1925 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { argument
1932 mSetSelectionCommand.mSelectionEnd = selectionEnd;

Completed in 140 milliseconds