/aosp12/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
H A D | TextViewAssertions.java | 112 int selectionStart = textView.getSelectionStart(); in hasInsertionPointerAtIndex() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
H A D | TextViewAssertions.java | 112 int selectionStart = textView.getSelectionStart(); in hasInsertionPointerAtIndex() local
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A 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()
|
H A D | Editor.java | 1178 int selectionStart, selectionEnd; in selectCurrentWord() local 1320 int selectionStart = mTextView.getSelectionStart(); in touchPositionIsInSelection() local 1994 final int selectionStart = mTextView.getSelectionStart(); in sendUpdateSelection() local 2013 final int selectionStart = mTextView.getSelectionStart(); in onDraw() local 2521 final int selectionStart = mTextView.getSelectionStart(); in shouldOfferToShowSuggestions() local 4557 final int selectionStart = mTextView.getSelectionStart(); in updatePosition() local 6805 final int selectionStart = TextUtils.unpackRangeStartFromLong(paragraphsRange); in updateParagraphBasedSelection() local 6811 private void updateSelectionInternal(int selectionStart, int selectionEnd, in updateSelectionInternal() 6851 final int selectionStart = mTextView.getSelectionStart(); in resetDragAcceleratorState() local
|
H A D | SpellChecker.java | 289 final int selectionStart = Selection.getSelectionStart(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() 128 int selectionStart = textView.getSelectionStart(); in sortSelectionIndicesFromTextView() local 506 private void resetTextClassificationHelper(int selectionStart, int selectionEnd) { in resetTextClassificationHelper() 556 CharSequence text, int selectionStart, int selectionEnd, boolean isLink) { in onOriginalSelection() 569 selectionStart, in onOriginalSelection() local 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 | 245 final int selectionStart = getSelectionStart(); in performStylingAction() local
|
H A D | Editor.java | 1240 int selectionStart, selectionEnd; in selectCurrentWord() local 1398 int selectionStart = mTextView.getSelectionStart(); in touchPositionIsInSelection() local 2075 final int selectionStart = mTextView.getSelectionStart(); in sendUpdateSelection() local 2097 final int selectionStart = mTextView.getSelectionStart(); in onDraw() local 2626 final int selectionStart = mTextView.getSelectionStart(); in shouldOfferToShowSuggestions() local 4782 final int selectionStart = mTextView.getSelectionStartTransformed(); in onGetContentRect() local 7082 final int selectionStart = TextUtils.unpackRangeStartFromLong(paragraphsRange); in updateParagraphBasedSelection() local 7088 private void updateSelectionInternal(int selectionStart, int selectionEnd, in updateSelectionInternal() 7128 final int selectionStart = mTextView.getSelectionStart(); in resetDragAcceleratorState() local 8170 final int selectionStart = mTextView.getSelectionStart(); in exitInsertMode() local [all …]
|
H A D | SpellChecker.java | 290 final int selectionStart = Selection.getSelectionStart(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()
|
/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | ExtractedText.java | 63 public int selectionStart; field in ExtractedText
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | ExtractedText.java | 63 public int selectionStart; field in ExtractedText
|
H A D | CursorAnchorInfo.java | 560 private CursorAnchorInfo(int selectionStart, int selectionEnd, int composingTextStart, in CursorAnchorInfo()
|
H A D | TextAppearanceInfo.java | 197 final int selectionStart = textView.getSelectionStart(); in createFromTextView() local
|
/aosp14/frameworks/base/core/java/android/text/method/ |
H A D | BaseKeyListener.java | 427 int selectionStart = Selection.getSelectionStart(content); in deleteSelection() local 443 final int selectionStart = Selection.getSelectionStart(content); in deleteLineFromCursor() local 527 int selectionStart = Selection.getSelectionStart(content); in onKeyOther() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/ |
H A D | PlainTextEditText.java | 50 int selectionStart = getSelectionStart(); in onTextContextMenuItem() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/ |
H A D | BaseInputConnectionTest.java | 737 int selectionStart, in prepareContent() 760 int selectionStart, in verifyContent()
|
/aosp12/frameworks/base/core/java/android/text/method/ |
H A D | BaseKeyListener.java | 425 int selectionStart = Selection.getSelectionStart(content); in deleteSelection() local 508 int selectionStart = Selection.getSelectionStart(content); in onKeyOther() local
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
H A D | CursorAnchorInfoUtils.java | 121 final int selectionStart = textView.getSelectionStart(); in extractFromTextViewInternal() 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() 1066 int selectionStart = 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 | 1447 int selectionStart; in updateDialString() local
|