Searched defs:selectionStart (Results 1 - 5 of 5) 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/view/
H A DViewStructure.java165 * extending from <var>selectionStart</var> through <var>selectionEnd</var>.
167 public abstract void setText(CharSequence text, int selectionStart, int selectionEnd); argument
/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1204 public void setText(CharSequence text, int selectionStart, int selectionEnd) { argument
1207 t.mTextSelectionStart = selectionStart;
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java2036 * Posts an {@link SetSelectionCommand} from the given <code>selectionStart
2039 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { argument
2045 mSetSelectionCommand.mSelectionStart = selectionStart;

Completed in 172 milliseconds