Searched refs:getTextSelectionEnd (Results 1 – 3 of 3) sorted by relevance
91 && node.getTextSelectionStart() != node.getTextSelectionEnd()) { in UiAutomationElement()93 attribs.put(Attribute.SELECTION_END, node.getTextSelectionEnd()); in UiAutomationElement()
112 assertThat(shadow.getTextSelectionEnd()).isEqualTo(1); in shouldRecordFlagsProperly()
612 protected int getTextSelectionEnd() { in getTextSelectionEnd() method in ShadowAccessibilityNodeInfo