HomeSort by relevance Sort by last modified time
    Searched refs:SELECTION_END (Results 1 - 10 of 10) sorted by null

  /external/droiddriver/src/io/appium/droiddriver/finders/
Attribute.java 34 SELECTION_END("selection-end"),
ByXPath.java 163 element.setAttribute(Attribute.SELECTION_END.getName(),
  /cts/tests/tests/text/src/android/text/method/cts/
MetaKeyKeyListenerTest.java 59 content.setSpan(Selection.SELECTION_END, 0, 0, Spanned.SPAN_POINT_POINT);
65 content.setSpan(Selection.SELECTION_END, 1, 1, Spanned.SPAN_POINT_POINT);
71 content.setSpan(Selection.SELECTION_END, 3, 3, Spanned.SPAN_POINT_POINT);
85 content.setSpan(Selection.SELECTION_END, 0, 0, Spanned.SPAN_POINT_POINT);
91 content.setSpan(Selection.SELECTION_END, 1, 1, Spanned.SPAN_POINT_POINT);
97 content.setSpan(Selection.SELECTION_END, 3, 3, Spanned.SPAN_POINT_POINT);
109 content.setSpan( Selection.SELECTION_END, len, len, Spanned.SPAN_POINT_POINT);
112 assertEquals(Spanned.SPAN_POINT_POINT, content.getSpanFlags(Selection.SELECTION_END));
118 content.setSpan( Selection.SELECTION_END, len, len, Spanned.SPAN_POINT_POINT);
121 assertEquals(Spanned.SPAN_POINT_POINT, content.getSpanFlags(Selection.SELECTION_END));
    [all...]
EditorState.java 52 private static final String SELECTION_END = "]";
118 } else if (token.equals(SELECTION_END)) {
MultiTapKeyListenerTest.java 100 multiTapKeyListener.onSpanChanged(text, Selection.SELECTION_END, 0, 0, 0, 0);
103 multiTapKeyListener.onSpanChanged(null, Selection.SELECTION_END, 0, 0, 0, 0);
TextKeyListenerTest.java 156 textKeyListener.onSpanChanged(text, Selection.SELECTION_END, 0, 0, 0, 0);
164 textKeyListener.onSpanChanged(null, Selection.SELECTION_END, 0, 0, 0, 0);
  /external/droiddriver/src/io/appium/droiddriver/instrumentation/
ViewElement.java 149 attribs.put(Attribute.SELECTION_END, textView.getSelectionEnd());
  /external/droiddriver/src/io/appium/droiddriver/uiautomation/
UiAutomationElement.java 93 attribs.put(Attribute.SELECTION_END, node.getTextSelectionEnd());
  /external/droiddriver/src/io/appium/droiddriver/base/
BaseUiElement.java 158 Integer value = get(Attribute.SELECTION_END);
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 461 editable.removeSpan(Selection.SELECTION_END);

Completed in 7056 milliseconds