Home
last modified time | relevance | path

Searched defs:selectionEnd (Results 1 – 15 of 15) 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
DCursorAnchorInfo.java435 private CursorAnchorInfo(int selectionStart, int selectionEnd, int composingTextStart, in CursorAnchorInfo()
DEditorInfo.java903 int selectionEnd) { in InitialSurroundingText()
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java111 private static int[] sortSelctionIndices(int selectionStart, int selectionEnd) { in sortSelctionIndices()
127 int selectionEnd = textView.getSelectionEnd(); in sortSelctionIndicesFromTextView() local
495 private void resetTextClassificationHelper(int selectionStart, int selectionEnd) { in resetTextClassificationHelper()
545 CharSequence text, int selectionStart, int selectionEnd, boolean isLink) { in onOriginalSelection()
591 int selectionStart, int selectionEnd, in onSelectionUpdated()
614 int selectionStart, int selectionEnd, in onSelectionAction()
1088 CharSequence text, int selectionStart, int selectionEnd, LocaleList locales) { in TextClassificationHelper()
1095 int selectionStart, int selectionEnd, LocaleList locales) { in init()
DEditor.java1118 int selectionStart, selectionEnd; in selectCurrentWord() local
1145 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in selectCurrentWord() local
1261 int selectionEnd = mTextView.getSelectionEnd(); in touchPositionIsInSelection() local
1271 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in touchPositionIsInSelection() local
1911 final int selectionEnd = mTextView.getSelectionEnd(); in sendUpdateSelection() local
1930 final int selectionEnd = mTextView.getSelectionEnd(); in onDraw() local
2438 final int selectionEnd = mTextView.getSelectionEnd(); in shouldOfferToShowSuggestions() local
6672 final int selectionEnd = TextUtils.unpackRangeEndFromLong(paragraphsRange); in updateParagraphBasedSelection() local
6677 private void updateSelectionInternal(int selectionStart, int selectionEnd, in updateSelectionInternal()
6682 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in updateSelectionInternal() local
[all …]
DSpellChecker.java268 final int selectionEnd = Selection.getSelectionEnd(editable); in spellCheck() local
DNumberPicker.java2184 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { in postSetSelectionCommand()
2400 public void post(int selectionStart, int selectionEnd) { in post()
DTextView.java10181 final int selectionEnd = getSelectionEnd(); in hasSelection() local
/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.java426 int selectionEnd = Selection.getSelectionEnd(content); in deleteSelection() local
509 int selectionEnd = Selection.getSelectionEnd(content); in onKeyOther() local
/frameworks/base/core/java/android/view/
DViewStructure.java190 public abstract void setText(CharSequence text, int selectionStart, int selectionEnd); in setText()
/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java792 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()
/frameworks/base/core/java/android/text/
DSpannableStringBuilder.java543 int selectionEnd = 0; in replace() local
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java1868 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()