/aosp12/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
H A D | TextViewAssertions.java | 113 int selectionEnd = textView.getSelectionEnd(); in hasInsertionPointerAtIndex() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
H A D | TextViewAssertions.java | 113 int selectionEnd = textView.getSelectionEnd(); in hasInsertionPointerAtIndex() local
|
/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | ExtractedText.java | 70 public int selectionEnd; field in ExtractedText
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | ExtractedText.java | 70 public int selectionEnd; field in ExtractedText
|
H A D | CursorAnchorInfo.java | 560 private CursorAnchorInfo(int selectionStart, int selectionEnd, int composingTextStart, in CursorAnchorInfo()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A 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()
|
H A D | Editor.java | 1178 int selectionStart, selectionEnd; in selectCurrentWord() local 1321 int selectionEnd = mTextView.getSelectionEnd(); in touchPositionIsInSelection() local 1995 final int selectionEnd = mTextView.getSelectionEnd(); in sendUpdateSelection() local 2014 final int selectionEnd = mTextView.getSelectionEnd(); in onDraw() local 2522 final int selectionEnd = mTextView.getSelectionEnd(); in shouldOfferToShowSuggestions() local 6806 final int selectionEnd = TextUtils.unpackRangeEndFromLong(paragraphsRange); in updateParagraphBasedSelection() local 6811 private void updateSelectionInternal(int selectionStart, int selectionEnd, in updateSelectionInternal() 6852 final int selectionEnd = mTextView.getSelectionEnd(); in resetDragAcceleratorState() local
|
H A D | SpellChecker.java | 290 final int selectionEnd = Selection.getSelectionEnd(editable); in spellCheck() local
|
H A D | NumberPicker.java | 2183 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { in postSetSelectionCommand() 2399 public void post(int selectionStart, int selectionEnd) { in post()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | SelectionActionModeHelper.java | 113 private static int[] sortSelectionIndices(int selectionStart, int selectionEnd) { in sortSelectionIndices() 129 int selectionEnd = textView.getSelectionEnd(); in sortSelectionIndicesFromTextView() local 506 private void resetTextClassificationHelper(int selectionStart, int selectionEnd) { in resetTextClassificationHelper() 556 CharSequence text, int selectionStart, int selectionEnd, boolean isLink) { in onOriginalSelection() 603 int selectionStart, int selectionEnd, in onSelectionUpdated() 628 int selectionStart, int selectionEnd, in onSelectionAction() 1110 CharSequence text, int selectionStart, int selectionEnd, LocaleList locales) { in TextClassificationHelper() 1118 int selectionStart, int selectionEnd, LocaleList locales) { in init()
|
H A D | EditText.java | 246 final int selectionEnd = getSelectionEnd(); in performStylingAction() local
|
H A D | Editor.java | 1240 int selectionStart, selectionEnd; in selectCurrentWord() local 1399 int selectionEnd = mTextView.getSelectionEnd(); in touchPositionIsInSelection() local 2076 final int selectionEnd = mTextView.getSelectionEnd(); in sendUpdateSelection() local 2098 final int selectionEnd = mTextView.getSelectionEnd(); in onDraw() local 2627 final int selectionEnd = mTextView.getSelectionEnd(); in shouldOfferToShowSuggestions() local 4783 final int selectionEnd = mTextView.getSelectionEndTransformed(); in onGetContentRect() local 7083 final int selectionEnd = TextUtils.unpackRangeEndFromLong(paragraphsRange); in updateParagraphBasedSelection() local 7088 private void updateSelectionInternal(int selectionStart, int selectionEnd, in updateSelectionInternal() 7129 final int selectionEnd = mTextView.getSelectionEnd(); in resetDragAcceleratorState() local 8171 final int selectionEnd = mTextView.getSelectionEnd(); in exitInsertMode() local [all …]
|
H A D | SpellChecker.java | 291 final int selectionEnd = Selection.getSelectionEnd(editable); in spellCheck() local
|
H A D | NumberPicker.java | 2183 private void postSetSelectionCommand(int selectionStart, int selectionEnd) { in postSetSelectionCommand() 2399 public void post(int selectionStart, int selectionEnd) { in post()
|
/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | BaseKeyListener.java | 428 int selectionEnd = Selection.getSelectionEnd(content); in deleteSelection() local 444 final int selectionEnd = Selection.getSelectionEnd(content); in deleteLineFromCursor() local 528 int selectionEnd = Selection.getSelectionEnd(content); in onKeyOther() local
|
H A D | ArrowKeyMovementMethod.java | 224 final int selectionEnd = widget.getSelectionEnd(); in leftWord() local 233 final int selectionEnd = widget.getSelectionEnd(); in rightWord() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | PlainTextEditText.java | 51 int selectionEnd = getSelectionEnd(); in onTextContextMenuItem() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/ |
H A D | BaseInputConnectionTest.java | 738 int selectionEnd, in prepareContent() 761 int selectionEnd, in verifyContent()
|
/aosp12/frameworks/base/core/java/android/text/method/ |
H A D | ArrowKeyMovementMethod.java | 199 final int selectionEnd = widget.getSelectionEnd(); in leftWord() local 208 final int selectionEnd = widget.getSelectionEnd(); in rightWord() local
|
H A D | BaseKeyListener.java | 426 int selectionEnd = Selection.getSelectionEnd(content); in deleteSelection() local 509 int selectionEnd = Selection.getSelectionEnd(content); in onKeyOther() local
|
/aosp14/frameworks/base/core/java/android/view/contentcapture/ |
H A D | ViewNode.java | 813 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText() 1069 int selectionEnd = text != null in writeToParcel() local
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewStructure.java | 192 public abstract void setText(CharSequence text, int selectionStart, int selectionEnd); in setText()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewStructure.java | 216 public abstract void setText(CharSequence text, int selectionStart, int selectionEnd); in setText()
|
/aosp12/frameworks/base/core/java/android/view/contentcapture/ |
H A D | ViewNode.java | 808 public void setText(CharSequence text, int selectionStart, int selectionEnd) { in setText()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/dialpadview/ |
H A D | DialpadFragment.java | 1448 int selectionEnd; in updateDialString() local
|