Searched refs:SELECTION_START (Results 1 – 5 of 5) sorted by relevance
33 SELECTION_START("selection-start"), enumConstant
161 element.setAttribute(Attribute.SELECTION_START.getName(), in buildDomNode()
92 attribs.put(Attribute.SELECTION_START, node.getTextSelectionStart()); in UiAutomationElement()
148 attribs.put(Attribute.SELECTION_START, textView.getSelectionStart()); in call()
153 Integer value = get(Attribute.SELECTION_START); in getSelectionStart()