Home
last modified time | relevance | path

Searched defs:selectionStart (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewAssertions.java112 int selectionStart = textView.getSelectionStart(); in hasInsertionPointerAtIndex() local
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java112 private static int[] sortSelectionIndices(int selectionStart, int selectionEnd) { in sortSelectionIndices()
127 int selectionStart = textView.getSelectionStart(); in sortSelectionIndicesFromTextView() local
497 private void resetTextClassificationHelper(int selectionStart, int selectionEnd) { in resetTextClassificationHelper()
547 CharSequence text, int selectionStart, int selectionEnd, boolean isLink) { in onOriginalSelection()
560 selectionStart, in onOriginalSelection() local
593 int selectionStart, int selectionEnd, in onSelectionUpdated()
616 int selectionStart, int selectionEnd, in onSelectionAction()
1089 CharSequence text, int selectionStart, int selectionEnd, LocaleList locales) { in TextClassificationHelper()
1096 int selectionStart, int selectionEnd, LocaleList locales) { in init()
DEditor.java969 int selectionStart, selectionEnd; in selectCurrentWord() local
996 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in selectCurrentWord() local
1111 int selectionStart = mTextView.getSelectionStart(); in touchPositionIsInSelection() local
1122 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in touchPositionIsInSelection() local
1760 final int selectionStart = mTextView.getSelectionStart(); in sendUpdateSelection() local
1779 final int selectionStart = mTextView.getSelectionStart(); in onDraw() local
2287 final int selectionStart = mTextView.getSelectionStart(); in shouldOfferToShowSuggestions() local
4307 final int selectionStart = mTextView.getSelectionStart(); in updatePosition() local
DSpellChecker.java267 final int selectionStart = Selection.getSelectionStart(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.java10140 final int selectionStart = getSelectionStart(); in hasSelection() local
/frameworks/base/core/java/android/view/inputmethod/
DExtractedText.java63 public int selectionStart; field in ExtractedText
DCursorAnchorInfo.java435 private CursorAnchorInfo(int selectionStart, int selectionEnd, int composingTextStart, in CursorAnchorInfo()
/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java425 int selectionStart = Selection.getSelectionStart(content); in deleteSelection() local
508 int selectionStart = Selection.getSelectionStart(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.java762 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()
/frameworks/base/core/java/android/text/
DSpannableStringBuilder.java542 int selectionStart = 0; in replace() local
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java1822 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()