Searched refs:SELECTION_START (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | TextViewActivityTest.java | 307 .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/ |
D | CursorAnchorInfoTest.java | 79 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/ |
D | Selection.java | 39 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
|
D | SpannableStringBuilder.java | 561 setSpan(false, Selection.SELECTION_START, selectionStart, selectionStart, in replace()
|
/frameworks/base/core/tests/coretests/src/android/text/method/ |
D | EditorState.java | 51 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/ |
D | TextViewActions.java | 295 SELECTION_START, enumConstant 438 final int currentOffset = mHandleType == Handle.SELECTION_START ? in locateHandlePointsTextIndex()
|
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 2690 return (Selection.SELECTION_START == span || Selection.SELECTION_END == span) in isNonIntermediateSelectionSpan()
|
D | TextView.java | 8273 if (what == Selection.SELECTION_START) { in spanChange()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 29800 field public static final java.lang.Object SELECTION_START;
|
/frameworks/base/api/ |
D | current.txt | 38407 field public static final java.lang.Object SELECTION_START;
|
D | system-current.txt | 41407 field public static final java.lang.Object SELECTION_START;
|
D | test-current.txt | 38486 field public static final java.lang.Object SELECTION_START;
|