Home
last modified time | relevance | path

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

/frameworks/support/emoji/core/src/android/support/text/emoji/widget/
DEmojiInputFilter.java111 final int selectionStart = Selection.getSelectionStart(result); in onInitialized() local
117 updateSelection((Spannable) result, selectionStart, selectionEnd); in onInitialized() local
DEmojiTextWatcher.java122 final int selectionStart = Selection.getSelectionStart(text); in onInitialized() local
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewAssertions.java108 int selectionStart = textView.getSelectionStart(); in hasInsertionPointerAtIndex() local
/frameworks/base/core/java/android/view/inputmethod/
DExtractedText.java61 public int selectionStart; field in ExtractedText
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java236 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()
DEditor.java866 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
DSpellChecker.java264 final int selectionStart = Selection.getSelectionStart(editable); in spellCheck() local
DNumberPicker.java2084 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { in postSetSelectionCommand()
2300 public void post(int selectionStart, int selectionEnd) { in post()
DTextView.java8990 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.java182 public abstract void setText(CharSequence text, int selectionStart, int selectionEnd); in setText()
/frameworks/support/design/tests/src/android/support/design/testutils/
DViewStructureImpl.java186 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()
/frameworks/support/emoji/core/src/android/support/text/emoji/
DEmojiProcessor.java350 final int selectionStart = Selection.getSelectionStart(editable); in handleDeleteSurroundingText() local
/frameworks/base/core/java/android/view/textclassifier/
DTextClassifierImpl.java481 final int selectionStart = selection[0]; in create() local
/frameworks/base/core/java/android/text/
DSpannableStringBuilder.java539 int selectionStart = 0; in replace() local
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java1600 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()