Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccessibilityNodeInfo.java147 private int textSelectionStart = UNDEFINED_SELECTION_INDEX; field in ShadowAccessibilityNodeInfo
592 textSelectionStart = start; in setTextSelection()
603 return textSelectionStart; in getTextSelectionStart()
1104 newShadow.textSelectionStart = textSelectionStart; in getClone()