Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DTextViewActivityTest.java418 .perform(dragHandle(textView, Handle.SELECTION_START, 0)); in testToolbarMenuItemClickAfterSelectionChange()
530 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a'))); in testToolbarAndSelectionHandle()
676 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a'))); in testSelectionHandles()
700 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('f'))); in testSelectionHandles_bidi()
718 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a'))); in testSelectionHandles_bidi()
734 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('e'))); in testSelectionHandles_multiLine()
738 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a'))); in testSelectionHandles_multiLine()
789 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('l'))); in testSelectionHandles_doesNotPassAnotherHandle()
824 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('f'))); in testSelectionHandles_snapToWordBoundary()
833 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('c'))); in testSelectionHandles_snapToWordBoundary()
[all …]
/aosp12/frameworks/base/core/java/android/text/
H A DSelection.java42 return ((Spanned) text).getSpanStart(SELECTION_START); in getSelectionStart()
94 text.setSpan(SELECTION_START, start, start, in setSelection()
184 text.removeSpan(SELECTION_START, Spanned.SPAN_INTERMEDIATE); in removeSelection()
550 public static final Object SELECTION_START = new START(); field in Selection
H A DSpannableStringBuilder.java560 setSpan(false, Selection.SELECTION_START, selectionStart, selectionStart, in replace()
/aosp12/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()
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputLogicTests.java110 final int SELECTION_START = 10; in testDeleteSelection() local
120 mInputConnection.setSelection(SELECTION_START, SELECTION_END); in testDeleteSelection()
123 SELECTION_START, SELECTION_END, -1, -1); in testDeleteSelection()
131 final int SELECTION_START = 10; in testDeleteSelectionTwice() local
141 mInputConnection.setSelection(SELECTION_START, SELECTION_END); in testDeleteSelectionTwice()
144 SELECTION_START, SELECTION_END, -1, -1); in testDeleteSelectionTwice()
/aosp12/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()
/aosp12/frameworks/base/core/java/android/util/imetracing/
H A DInputConnectionHelper.java164 proto.write(GetSurroundingText.SurroundingText.SELECTION_START, in buildGetSurroundingTextProto()
/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureEvent.java344 ss.setSpan(Selection.SELECTION_START, mSelectionStartIndex, mSelectionStartIndex, 0); in restoreSelectionSpans()
/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java193 @IntDef({MagnifierHandleTrigger.SELECTION_START,
199 int SELECTION_START = 1; field
3194 return (Selection.SELECTION_START == span || Selection.SELECTION_END == span) in isNonIntermediateSelectionSpan()
5162 case MagnifierHandleTrigger.SELECTION_START: in obtainMagnifierShowCoordinates()
5218 if (sameLineSelection && ((trigger == MagnifierHandleTrigger.SELECTION_START) in obtainMagnifierShowCoordinates()
6172 ? MagnifierHandleTrigger.SELECTION_START
H A DTextView.java10933 if (what == Selection.SELECTION_START) { in spanChange()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt44343 field public static final Object SELECTION_START;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt29800 field public static final java.lang.Object SELECTION_START;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70282 Landroid/widget/Editor$MagnifierHandleTrigger;->SELECTION_START:I