Home
last modified time | relevance | path

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

/frameworks/support/emoji/core/src/main/java/androidx/emoji/widget/
DEmojiInputFilter.java113 final int selectionStart = Selection.getSelectionStart(result); in onInitialized() local
119 updateSelection((Spannable) result, selectionStart, selectionEnd); in onInitialized() local
DEmojiTextWatcher.java124 final int selectionStart = Selection.getSelectionStart(text); in onInitialized() local
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewAssertions.java111 int selectionStart = textView.getSelectionStart(); in hasInsertionPointerAtIndex() local
/frameworks/base/core/java/android/view/inputmethod/
DExtractedText.java63 public int selectionStart; field in ExtractedText
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java456 private void resetTextClassificationHelper(int selectionStart, int selectionEnd) { in resetTextClassificationHelper()
505 CharSequence text, int selectionStart, int selectionEnd, boolean isLink) { in onOriginalSelection()
515 text, selectionStart, in onOriginalSelection() local
548 int selectionStart, int selectionEnd, in onSelectionUpdated()
571 int selectionStart, int selectionEnd, in onSelectionAction()
963 CharSequence text, int selectionStart, int selectionEnd, LocaleList locales) { in TextClassificationHelper()
970 int selectionStart, int selectionEnd, LocaleList locales) { in init()
DEditor.java951 int selectionStart, selectionEnd; in selectCurrentWord() local
978 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in selectCurrentWord() local
1093 int selectionStart = mTextView.getSelectionStart(); in touchPositionIsInSelection() local
1104 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in touchPositionIsInSelection() local
1738 final int selectionStart = mTextView.getSelectionStart(); in sendUpdateSelection() local
1757 final int selectionStart = mTextView.getSelectionStart(); in onDraw() local
2264 final int selectionStart = mTextView.getSelectionStart(); in shouldOfferToShowSuggestions() local
4284 final int selectionStart = mTextView.getSelectionStart(); in updatePosition() local
DSpellChecker.java264 final int selectionStart = Selection.getSelectionStart(editable); in spellCheck() local
DNumberPicker.java2088 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { in postSetSelectionCommand()
2304 public void post(int selectionStart, int selectionEnd) { in post()
DTextView.java9367 final int selectionStart = getSelectionStart(); in hasSelection() local
/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.java186 public abstract void setText(CharSequence text, int selectionStart, int selectionEnd); in setText()
/frameworks/support/emoji/core/src/main/java/androidx/emoji/text/
DEmojiProcessor.java379 final int selectionStart = Selection.getSelectionStart(editable); in handleDeleteSurroundingText() local
/frameworks/base/core/java/android/text/
DSpannableStringBuilder.java541 int selectionStart = 0; in replace() local
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java1714 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()