Searched refs:SELECTION_END (Results 1 – 5 of 5) sorted by relevance
34 SELECTION_END("selection-end"), enumConstant
163 element.setAttribute(Attribute.SELECTION_END.getName(), in buildDomNode()
93 attribs.put(Attribute.SELECTION_END, node.getTextSelectionEnd()); in UiAutomationElement()
149 attribs.put(Attribute.SELECTION_END, textView.getSelectionEnd()); in call()
158 Integer value = get(Attribute.SELECTION_END); in getSelectionEnd()