| /frameworks/support/emoji/core/src/main/java/androidx/emoji/widget/ |
| D | EmojiInputFilter.java | 113 final int selectionStart = Selection.getSelectionStart(result); in onInitialized() local 119 updateSelection((Spannable) result, selectionStart, selectionEnd); in onInitialized() local
|
| D | EmojiTextWatcher.java | 124 final int selectionStart = Selection.getSelectionStart(text); in onInitialized() local
|
| /frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
| D | TextViewAssertions.java | 111 int selectionStart = textView.getSelectionStart(); in hasInsertionPointerAtIndex() local
|
| /frameworks/base/core/java/android/view/inputmethod/ |
| D | ExtractedText.java | 63 public int selectionStart; field in ExtractedText
|
| /frameworks/base/core/java/android/widget/ |
| D | SelectionActionModeHelper.java | 456 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()
|
| D | Editor.java | 951 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
|
| D | SpellChecker.java | 264 final int selectionStart = Selection.getSelectionStart(editable); in spellCheck() local
|
| D | NumberPicker.java | 2088 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { in postSetSelectionCommand() 2304 public void post(int selectionStart, int selectionEnd) { in post()
|
| D | TextView.java | 9367 final int selectionStart = getSelectionStart(); in hasSelection() local
|
| /frameworks/base/core/java/android/text/method/ |
| D | BaseKeyListener.java | 425 int selectionStart = Selection.getSelectionStart(content); in deleteSelection() local 508 int selectionStart = Selection.getSelectionStart(content); in onKeyOther() local
|
| /frameworks/base/core/java/android/view/ |
| D | ViewStructure.java | 186 public abstract void setText(CharSequence text, int selectionStart, int selectionEnd); in setText()
|
| /frameworks/support/emoji/core/src/main/java/androidx/emoji/text/ |
| D | EmojiProcessor.java | 379 final int selectionStart = Selection.getSelectionStart(editable); in handleDeleteSurroundingText() local
|
| /frameworks/base/core/java/android/text/ |
| D | SpannableStringBuilder.java | 541 int selectionStart = 0; in replace() local
|
| /frameworks/base/core/java/android/app/assist/ |
| D | AssistStructure.java | 1714 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()
|