/frameworks/support/emoji/core/src/android/support/text/emoji/widget/ |
D | EmojiInputFilter.java | 111 final int selectionStart = Selection.getSelectionStart(result); in onInitialized() local 117 updateSelection((Spannable) result, selectionStart, selectionEnd); in onInitialized() local
|
D | EmojiTextWatcher.java | 122 final int selectionStart = Selection.getSelectionStart(text); in onInitialized() local
|
/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | TextViewAssertions.java | 108 int selectionStart = textView.getSelectionStart(); in hasInsertionPointerAtIndex() local
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | ExtractedText.java | 61 public int selectionStart; field in ExtractedText
|
/frameworks/base/core/java/android/widget/ |
D | SelectionActionModeHelper.java | 236 public void onOriginalSelection(CharSequence text, int selectionStart, int selectionEnd) { in onOriginalSelection() 265 int selectionStart, int selectionEnd, in onSelectionUpdated() 288 int selectionStart, int selectionEnd, in onSelectionAction() 631 CharSequence text, int selectionStart, int selectionEnd, LocaleList locales) { in TextClassificationHelper() 637 CharSequence text, int selectionStart, int selectionEnd, LocaleList locales) { in init()
|
D | Editor.java | 866 int selectionStart, selectionEnd; in selectCurrentWord() local 893 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in selectCurrentWord() local 1008 int selectionStart = mTextView.getSelectionStart(); in touchPositionIsInSelection() local 1019 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in touchPositionIsInSelection() local 1623 final int selectionStart = mTextView.getSelectionStart(); in sendUpdateSelection() local 1642 final int selectionStart = mTextView.getSelectionStart(); in onDraw() local 2134 final int selectionStart = mTextView.getSelectionStart(); in shouldOfferToShowSuggestions() local 4087 final int selectionStart = mTextView.getSelectionStart(); in updatePosition() local
|
D | SpellChecker.java | 264 final int selectionStart = Selection.getSelectionStart(editable); in spellCheck() local
|
D | NumberPicker.java | 2084 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { in postSetSelectionCommand() 2300 public void post(int selectionStart, int selectionEnd) { in post()
|
D | TextView.java | 8990 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 | 182 public abstract void setText(CharSequence text, int selectionStart, int selectionEnd); in setText()
|
/frameworks/support/design/tests/src/android/support/design/testutils/ |
D | ViewStructureImpl.java | 186 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()
|
/frameworks/support/emoji/core/src/android/support/text/emoji/ |
D | EmojiProcessor.java | 350 final int selectionStart = Selection.getSelectionStart(editable); in handleDeleteSurroundingText() local
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | TextClassifierImpl.java | 481 final int selectionStart = selection[0]; in create() local
|
/frameworks/base/core/java/android/text/ |
D | SpannableStringBuilder.java | 539 int selectionStart = 0; in replace() local
|
/frameworks/base/core/java/android/app/assist/ |
D | AssistStructure.java | 1600 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()
|