Home
last modified time | relevance | path

Searched refs:SELECTION_END (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/java/android/text/
H A DSelection.java54 return ((Spanned) text).getSpanStart(SELECTION_END); in getSelectionEnd()
97 text.setSpan(SELECTION_END, stop, stop, Spanned.SPAN_POINT_POINT); in setSelection()
175 if (text.getSpanStart(SELECTION_END) != index) { in extendSelection()
176 text.setSpan(SELECTION_END, index, index, Spanned.SPAN_POINT_POINT); in extendSelection()
186 text.removeSpan(SELECTION_END); in removeSelection()
646 public static final Object SELECTION_END = new END(); field in Selection
H A DSpannableStringBuilder.java569 setSpan(false, Selection.SELECTION_END, selectionEnd, selectionEnd, in replace()
/aosp14/frameworks/base/core/tests/coretests/src/android/text/method/
H A DEditorState.java55 private static final String SELECTION_END = "]"; field in EditorState
108 } else if (token.equals(SELECTION_END)) { in setByString()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityTest.java556 .perform(dragHandle(textView, Handle.SELECTION_END, text.length())); in testToolbarAndSelectionHandle()
724 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('a'))); in testSelectionHandles_bidi()
742 .perform(dragHandle(textView, Handle.SELECTION_END, text.length())); in testSelectionHandles_bidi()
814 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('a'))); in testSelectionHandles_doesNotPassAnotherHandle()
831 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('a'))); in testSelectionHandles_doesNotPassAnotherHandle_multiLine()
868 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('n'))); in testSelectionHandles_snapToWordBoundary()
872 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('o'))); in testSelectionHandles_snapToWordBoundary()
876 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('q'))); in testSelectionHandles_snapToWordBoundary()
880 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('p'))); in testSelectionHandles_snapToWordBoundary()
884 .perform(dragHandle(textView, Handle.SELECTION_END, text.indexOf('r'))); in testSelectionHandles_snapToWordBoundary()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputConnectionProtoDumper.java167 proto.write(GetSurroundingText.SurroundingText.SELECTION_END, in buildGetSurroundingTextProto()
/aosp14/frameworks/base/core/java/android/text/method/
H A DTextKeyListener.java186 if (what == Selection.SELECTION_END) { in onSpanChanged()
H A DMultiTapKeyListener.java239 if (what == Selection.SELECTION_END) { in onSpanChanged()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java393 SELECTION_END, enumConstant
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureEvent.java353 ss.setSpan(Selection.SELECTION_END, mSelectionEndIndex, mSelectionEndIndex, 0); in restoreSelectionSpans()
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java213 MagnifierHandleTrigger.SELECTION_END,
219 int SELECTION_END = 2; field
3432 return (Selection.SELECTION_START == span || Selection.SELECTION_END == span) in isNonIntermediateSelectionSpan()
5411 case MagnifierHandleTrigger.SELECTION_END: in obtainMagnifierShowCoordinates()
5457 if (sameLineSelection && ((trigger == MagnifierHandleTrigger.SELECTION_END) in obtainMagnifierShowCoordinates()
6444 : MagnifierHandleTrigger.SELECTION_END;
H A DTextView.java12494 if (what == Selection.SELECTION_END) { in spanChange()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt47517 field public static final Object SELECTION_END;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66958 Landroid/widget/Editor$MagnifierHandleTrigger;->SELECTION_END:I