/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | TextViewAssertions.java | 113 int selectionEnd = textView.getSelectionEnd(); in hasInsertionPointerAtIndex() local
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | ExtractedText.java | 70 public int selectionEnd; field in ExtractedText
|
D | CursorAnchorInfo.java | 462 private CursorAnchorInfo(int selectionStart, int selectionEnd, int composingTextStart, in CursorAnchorInfo()
|
/frameworks/base/core/java/android/widget/ |
D | SelectionActionModeHelper.java | 112 private static int[] sortSelectionIndices(int selectionStart, int selectionEnd) { in sortSelectionIndices() 128 int selectionEnd = textView.getSelectionEnd(); in sortSelectionIndicesFromTextView() local 496 private void resetTextClassificationHelper(int selectionStart, int selectionEnd) { in resetTextClassificationHelper() 546 CharSequence text, int selectionStart, int selectionEnd, boolean isLink) { in onOriginalSelection() 593 int selectionStart, int selectionEnd, in onSelectionUpdated() 618 int selectionStart, int selectionEnd, in onSelectionAction() 1100 CharSequence text, int selectionStart, int selectionEnd, LocaleList locales) { in TextClassificationHelper() 1108 int selectionStart, int selectionEnd, LocaleList locales) { in init()
|
D | Editor.java | 1222 int selectionStart, selectionEnd; in selectCurrentWord() local 1249 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in selectCurrentWord() local 1365 int selectionEnd = mTextView.getSelectionEnd(); in touchPositionIsInSelection() local 1375 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in touchPositionIsInSelection() local 2034 final int selectionEnd = mTextView.getSelectionEnd(); in sendUpdateSelection() local 2053 final int selectionEnd = mTextView.getSelectionEnd(); in onDraw() local 2563 final int selectionEnd = mTextView.getSelectionEnd(); in shouldOfferToShowSuggestions() local 6905 final int selectionEnd = TextUtils.unpackRangeEndFromLong(paragraphsRange); in updateParagraphBasedSelection() local 6910 private void updateSelectionInternal(int selectionStart, int selectionEnd, in updateSelectionInternal() 6915 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in updateSelectionInternal() local [all …]
|
D | SpellChecker.java | 291 final int selectionEnd = Selection.getSelectionEnd(editable); in spellCheck() local
|
D | NumberPicker.java | 2183 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { in postSetSelectionCommand() 2399 public void post(int selectionStart, int selectionEnd) { in post()
|
D | TextView.java | 10536 final int selectionEnd = getSelectionEnd(); in hasSelection() local
|
/frameworks/base/core/java/android/text/method/ |
D | ArrowKeyMovementMethod.java | 199 final int selectionEnd = widget.getSelectionEnd(); in leftWord() local 208 final int selectionEnd = widget.getSelectionEnd(); in rightWord() local
|
D | BaseKeyListener.java | 426 int selectionEnd = Selection.getSelectionEnd(content); in deleteSelection() local 509 int selectionEnd = Selection.getSelectionEnd(content); in onKeyOther() local
|
/frameworks/base/core/java/android/view/ |
D | ViewStructure.java | 216 public abstract void setText(CharSequence text, int selectionStart, int selectionEnd); in setText()
|
D | View.java | 14742 int selectionEnd; in traverseAtGranularity() local
|
/frameworks/base/core/java/android/view/contentcapture/ |
D | ViewNode.java | 808 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()
|
/frameworks/base/core/java/android/text/ |
D | SpannableStringBuilder.java | 544 int selectionEnd = 0; in replace() local
|
/frameworks/base/core/java/android/app/assist/ |
D | AssistStructure.java | 2003 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()
|