/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
D | TextViewAssertions.java | 112 int selectionStart = textView.getSelectionStart(); in hasInsertionPointerAtIndex() local
|
/frameworks/base/core/java/android/widget/ |
D | SelectionActionModeHelper.java | 112 private static int[] sortSelectionIndices(int selectionStart, int selectionEnd) { in sortSelectionIndices() 127 int selectionStart = textView.getSelectionStart(); in sortSelectionIndicesFromTextView() local 496 private void resetTextClassificationHelper(int selectionStart, int selectionEnd) { in resetTextClassificationHelper() 546 CharSequence text, int selectionStart, int selectionEnd, boolean isLink) { in onOriginalSelection() 559 selectionStart, in onOriginalSelection() local 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 1364 int selectionStart = mTextView.getSelectionStart(); in touchPositionIsInSelection() local 1375 Selection.setSelection((Spannable) mTextView.getText(), selectionStart, selectionEnd); in touchPositionIsInSelection() local 2033 final int selectionStart = mTextView.getSelectionStart(); in sendUpdateSelection() local 2052 final int selectionStart = mTextView.getSelectionStart(); in onDraw() local 2562 final int selectionStart = mTextView.getSelectionStart(); in shouldOfferToShowSuggestions() local 4633 final int selectionStart = mTextView.getSelectionStart(); in updatePosition() local 6904 final int selectionStart = TextUtils.unpackRangeStartFromLong(paragraphsRange); in updateParagraphBasedSelection() local 6910 private void updateSelectionInternal(int selectionStart, int selectionEnd, in updateSelectionInternal() [all …]
|
D | SpellChecker.java | 290 final int selectionStart = Selection.getSelectionStart(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 | 10535 final int selectionStart = getSelectionStart(); in hasSelection() local
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | ExtractedText.java | 63 public int selectionStart; field in ExtractedText
|
D | CursorAnchorInfo.java | 462 private CursorAnchorInfo(int selectionStart, int selectionEnd, int composingTextStart, in CursorAnchorInfo()
|
/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 | 216 public abstract void setText(CharSequence text, int selectionStart, int selectionEnd); in setText()
|
D | View.java | 14741 int selectionStart; 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 | 543 int selectionStart = 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()
|