Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java102 int selectionEnd = Selection.getSelectionEnd(content); in deleteSelection() local
184 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/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/widget/
DEditor.java689 int selectionStart, selectionEnd; in selectCurrentWord() local
714 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in selectCurrentWord() local
760 int selectionEnd = mTextView.getSelectionEnd(); in touchPositionIsInSelection() local
770 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in touchPositionIsInSelection() local
1266 final int selectionEnd = mTextView.getSelectionEnd(); in sendUpdateSelection() local
1285 final int selectionEnd = mTextView.getSelectionEnd(); in onDraw() local
DSpellChecker.java265 final int selectionEnd = Selection.getSelectionEnd(editable); in spellCheck() local
DNumberPicker.java1982 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { in postSetSelectionCommand()
DTextView.java7301 final int selectionEnd = getSelectionEnd(); in hasSelection() local
/frameworks/base/core/java/android/text/
DSpannableStringBuilder.java490 int selectionEnd = 0; in replace() local