Home
last modified time | relevance | path

Searched refs:SELECTION_START (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityTest.java412 .perform(dragHandle(textView, Handle.SELECTION_START, 0)); in testToolbarMenuItemClickAfterSelectionChange()
552 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a'))); in testToolbarAndSelectionHandle()
696 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a'))); in testSelectionHandles()
720 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('f'))); in testSelectionHandles_bidi()
738 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a'))); in testSelectionHandles_bidi()
754 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('e'))); in testSelectionHandles_multiLine()
758 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a'))); in testSelectionHandles_multiLine()
809 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('l'))); in testSelectionHandles_doesNotPassAnotherHandle()
844 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('f'))); in testSelectionHandles_snapToWordBoundary()
853 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('c'))); in testSelectionHandles_snapToWordBoundary()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/text/method/
H A DEditorState.java54 private static final String SELECTION_START = "["; field in EditorState
102 } else if (token.equals(SELECTION_START)) { in setByString()
/aosp14/frameworks/base/core/java/android/text/
H A DSelection.java43 return ((Spanned) text).getSpanStart(SELECTION_START); in getSelectionStart()
95 text.setSpan(SELECTION_START, start, start, in setSelection()
185 text.removeSpan(SELECTION_START, Spanned.SPAN_INTERMEDIATE); in removeSelection()
645 public static final Object SELECTION_START = new START(); field in Selection
H A DSpannableStringBuilder.java560 setSpan(false, Selection.SELECTION_START, selectionStart, selectionStart, in replace()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java392 SELECTION_START, enumConstant
556 final int currentOffset = mHandleType == Handle.SELECTION_START ? in locateHandlePointsTextIndex()
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputConnectionProtoDumper.java165 proto.write(GetSurroundingText.SurroundingText.SELECTION_START, in buildGetSurroundingTextProto()
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureEvent.java352 ss.setSpan(Selection.SELECTION_START, mSelectionStartIndex, mSelectionStartIndex, 0); in restoreSelectionSpans()
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java212 @IntDef({MagnifierHandleTrigger.SELECTION_START,
218 int SELECTION_START = 1; field
3432 return (Selection.SELECTION_START == span || Selection.SELECTION_END == span) in isNonIntermediateSelectionSpan()
5407 case MagnifierHandleTrigger.SELECTION_START: in obtainMagnifierShowCoordinates()
5463 if (sameLineSelection && ((trigger == MagnifierHandleTrigger.SELECTION_START) in obtainMagnifierShowCoordinates()
6443 ? MagnifierHandleTrigger.SELECTION_START
H A DTextView.java12506 if (what == Selection.SELECTION_START) { 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.txt47518 field public static final Object SELECTION_START;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66959 Landroid/widget/Editor$MagnifierHandleTrigger;->SELECTION_START:I