Home
last modified time | relevance | path

Searched defs:selectionEnd (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DExtractedText.java68 public int selectionEnd; field in ExtractedText
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewWordLimitsTest.java91 …private void verifySelectCurrentWord(Spannable text, int selectionStart, int selectionEnd, int cor… in verifySelectCurrentWord()
95 Selection.setSelection((Spannable)mTv.getText(), selectionStart, selectionEnd); in verifySelectCurrentWord() local
/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java162 int selectionEnd = Selection.getSelectionEnd(content); in deleteSelection() local
244 int selectionEnd = Selection.getSelectionEnd(content); in onKeyOther() local
DArrowKeyMovementMethod.java200 final int selectionEnd = widget.getSelectionEnd(); in leftWord() local
209 final int selectionEnd = widget.getSelectionEnd(); in rightWord() local
/frameworks/base/core/java/android/view/
DViewStructure.java167 public abstract void setText(CharSequence text, int selectionStart, int selectionEnd); in setText()
/frameworks/base/core/java/android/widget/
DEditor.java808 int selectionStart, selectionEnd; in selectCurrentWord() local
835 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in selectCurrentWord() local
895 int selectionEnd = mTextView.getSelectionEnd(); in touchPositionIsInSelection() local
905 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in touchPositionIsInSelection() local
1458 final int selectionEnd = mTextView.getSelectionEnd(); in sendUpdateSelection() local
1477 final int selectionEnd = mTextView.getSelectionEnd(); in onDraw() local
1849 final int selectionEnd = mTextView.getSelectionEnd(); in shouldOfferToShowSuggestions() local
4119 final int selectionEnd = mTextView.getSelectionEnd(); in updatePosition() local
DSpellChecker.java265 final int selectionEnd = Selection.getSelectionEnd(editable); in spellCheck() local
DNumberPicker.java2039 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { in postSetSelectionCommand()
DTextView.java7599 final int selectionEnd = getSelectionEnd(); in hasSelection() local
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java1204 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()
/frameworks/base/core/java/android/text/
DSpannableStringBuilder.java528 int selectionEnd = 0; in replace() local