Home
last modified time | relevance | path

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

/external/droiddriver/src/io/appium/droiddriver/finders/
DAttribute.java33 SELECTION_START("selection-start"), enumConstant
DByXPath.java161 element.setAttribute(Attribute.SELECTION_START.getName(), in buildDomNode()
/external/droiddriver/src/io/appium/droiddriver/uiautomation/
DUiAutomationElement.java92 attribs.put(Attribute.SELECTION_START, node.getTextSelectionStart()); in UiAutomationElement()
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
DViewElement.java148 attribs.put(Attribute.SELECTION_START, textView.getSelectionStart()); in call()
/external/droiddriver/src/io/appium/droiddriver/base/
DBaseUiElement.java153 Integer value = get(Attribute.SELECTION_START); in getSelectionStart()