Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewAssertions.java113 int selectionEnd = textView.getSelectionEnd(); in hasInsertionPointerAtIndex() local
/frameworks/base/core/java/android/view/inputmethod/
DExtractedText.java70 public int selectionEnd; field in ExtractedText
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java112 private static int[] sortSelectionIndices(int selectionStart, int selectionEnd) { in sortSelectionIndices()
128 int selectionEnd = textView.getSelectionEnd(); in sortSelectionIndicesFromTextView() local
496 private void resetTextClassificationHelper(int selectionStart, int selectionEnd) { in resetTextClassificationHelper()
546 CharSequence text, int selectionStart, int selectionEnd, boolean isLink) { in onOriginalSelection()
593 int selectionStart, int selectionEnd, in onSelectionUpdated()
618 int selectionStart, int selectionEnd, in onSelectionAction()
1100 CharSequence text, int selectionStart, int selectionEnd, LocaleList locales) { in TextClassificationHelper()
1108 int selectionStart, int selectionEnd, LocaleList locales) { in init()
DEditor.java1178 int selectionStart, selectionEnd; in selectCurrentWord() local
1205 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in selectCurrentWord() local
1321 int selectionEnd = mTextView.getSelectionEnd(); in touchPositionIsInSelection() local
1331 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in touchPositionIsInSelection() local
1995 final int selectionEnd = mTextView.getSelectionEnd(); in sendUpdateSelection() local
2014 final int selectionEnd = mTextView.getSelectionEnd(); in onDraw() local
2522 final int selectionEnd = mTextView.getSelectionEnd(); in shouldOfferToShowSuggestions() local
6806 final int selectionEnd = TextUtils.unpackRangeEndFromLong(paragraphsRange); in updateParagraphBasedSelection() local
6811 private void updateSelectionInternal(int selectionStart, int selectionEnd, in updateSelectionInternal()
6816 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in updateSelectionInternal() local
[all …]
DSpellChecker.java290 final int selectionEnd = Selection.getSelectionEnd(editable); in spellCheck() local
DNumberPicker.java2183 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { in postSetSelectionCommand()
2399 public void post(int selectionStart, int selectionEnd) { in post()
DTextView.java10266 final int selectionEnd = getSelectionEnd(); in hasSelection() local
/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java426 int selectionEnd = Selection.getSelectionEnd(content); in deleteSelection() local
509 int selectionEnd = Selection.getSelectionEnd(content); in onKeyOther() local
DArrowKeyMovementMethod.java199 final int selectionEnd = widget.getSelectionEnd(); in leftWord() local
208 final int selectionEnd = widget.getSelectionEnd(); in rightWord() local
/frameworks/base/core/java/android/view/
DViewStructure.java192 public abstract void setText(CharSequence text, int selectionStart, int selectionEnd); in setText()
DView.java14241 int selectionEnd; in traverseAtGranularity() local
/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java808 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()
/frameworks/base/core/java/android/text/
DSpannableStringBuilder.java544 int selectionEnd = 0; in replace() local
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java1998 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()