Searched refs:getTextSelectionStart (Results 1 – 3 of 3) sorted by relevance
90 if (node.getTextSelectionStart() >= 0 in UiAutomationElement()91 && node.getTextSelectionStart() != node.getTextSelectionEnd()) { in UiAutomationElement()92 attribs.put(Attribute.SELECTION_START, node.getTextSelectionStart()); in UiAutomationElement()
111 assertThat(shadow.getTextSelectionStart()).isEqualTo(0); in shouldRecordFlagsProperly()
602 protected int getTextSelectionStart() { in getTextSelectionStart() method in ShadowAccessibilityNodeInfo