Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewAssertions.java109 int selectionEnd = textView.getSelectionEnd(); in hasInsertionPointerAtIndex() local
/frameworks/base/core/java/android/view/inputmethod/
DExtractedText.java68 public int selectionEnd; field in ExtractedText
/frameworks/base/core/java/android/text/method/
DArrowKeyMovementMethod.java199 final int selectionEnd = widget.getSelectionEnd(); in leftWord() local
208 final int selectionEnd = widget.getSelectionEnd(); in rightWord() local
DBaseKeyListener.java402 int selectionEnd = Selection.getSelectionEnd(content); in deleteSelection() local
485 int selectionEnd = Selection.getSelectionEnd(content); in onKeyOther() local
/frameworks/base/core/java/android/view/
DViewStructure.java167 public abstract void setText(CharSequence text, int selectionStart, int selectionEnd); in setText()
DView.java9660 int selectionEnd; in traverseAtGranularity() local
/frameworks/base/core/java/android/widget/
DEditor.java838 int selectionStart, selectionEnd; in selectCurrentWord() local
865 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in selectCurrentWord() local
984 int selectionEnd = mTextView.getSelectionEnd(); in touchPositionIsInSelection() local
994 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in touchPositionIsInSelection() local
1609 final int selectionEnd = mTextView.getSelectionEnd(); in sendUpdateSelection() local
1628 final int selectionEnd = mTextView.getSelectionEnd(); in onDraw() local
2038 final int selectionEnd = mTextView.getSelectionEnd(); in shouldOfferToShowSuggestions() local
DSpellChecker.java265 final int selectionEnd = Selection.getSelectionEnd(editable); in spellCheck() local
DNumberPicker.java2039 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { in postSetSelectionCommand()
DTextView.java7793 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.java545 int selectionEnd = 0; in replace() local