Home
last modified time | relevance | path

Searched refs:SELECTION_END (Results 1 – 5 of 5) sorted by relevance

/external/droiddriver/src/io/appium/droiddriver/finders/
DAttribute.java34 SELECTION_END("selection-end"), enumConstant
DByXPath.java163 element.setAttribute(Attribute.SELECTION_END.getName(), in buildDomNode()
/external/droiddriver/src/io/appium/droiddriver/uiautomation/
DUiAutomationElement.java93 attribs.put(Attribute.SELECTION_END, node.getTextSelectionEnd()); in UiAutomationElement()
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
DViewElement.java149 attribs.put(Attribute.SELECTION_END, textView.getSelectionEnd()); in call()
/external/droiddriver/src/io/appium/droiddriver/base/
DBaseUiElement.java158 Integer value = get(Attribute.SELECTION_END); in getSelectionEnd()