Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewActivityTest.java307 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a'))); in testToolbarAndSelectionHandle()
381 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a'))); in testSelectionHandles()
408 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('f'))); in testSelectionHandles_bidi()
416 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('\u0623') + 1, in testSelectionHandles_bidi()
421 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('\u0621'), in testSelectionHandles_bidi()
426 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a'))); in testSelectionHandles_bidi()
443 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('e'))); in testSelectionHandles_multiLine()
447 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('a'))); in testSelectionHandles_multiLine()
472 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('\u062E'))); in testSelectionHandles_multiLine_rtl()
477 .perform(dragHandle(textView, Handle.SELECTION_START, text.indexOf('\u062A'))); in testSelectionHandles_multiLine_rtl()
[all …]
/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
DCursorAnchorInfoTest.java79 final int SELECTION_START = 30; in testBuilder() local
94 builder.setSelectionRange(SELECTION_START, SELECTION_END) in testBuilder()
107 assertEquals(SELECTION_START, info.getSelectionStart()); in testBuilder()
132 assertEquals(SELECTION_START, info2.getSelectionStart()); in testBuilder()
159 assertEquals(SELECTION_START, info3.getSelectionStart()); in testBuilder()
390 final int SELECTION_START = 30; in testMatrixIsRequired() local
405 builder.setSelectionRange(SELECTION_START, SELECTION_END) in testMatrixIsRequired()
/frameworks/base/core/java/android/text/
DSelection.java39 return ((Spanned) text).getSpanStart(SELECTION_START); in getSelectionStart()
76 text.setSpan(SELECTION_START, start, start, in setSelection()
109 text.removeSpan(SELECTION_START); in removeSelection()
474 public static final Object SELECTION_START = new START(); field in Selection
DSpannableStringBuilder.java561 setSpan(false, Selection.SELECTION_START, selectionStart, selectionStart, in replace()
/frameworks/base/core/tests/coretests/src/android/text/method/
DEditorState.java51 private static final String SELECTION_START = "["; field in EditorState
112 } else if (token.equals(SELECTION_START)) { in setByString()
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java295 SELECTION_START, enumConstant
438 final int currentOffset = mHandleType == Handle.SELECTION_START ? in locateHandlePointsTextIndex()
/frameworks/base/core/java/android/widget/
DEditor.java2690 return (Selection.SELECTION_START == span || Selection.SELECTION_END == span) in isNonIntermediateSelectionSpan()
DTextView.java8273 if (what == Selection.SELECTION_START) { in spanChange()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29800 field public static final java.lang.Object SELECTION_START;
/frameworks/base/api/
Dcurrent.txt38407 field public static final java.lang.Object SELECTION_START;
Dsystem-current.txt41407 field public static final java.lang.Object SELECTION_START;
Dtest-current.txt38486 field public static final java.lang.Object SELECTION_START;