Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccessibilityNodeInfo.java149 private int textSelectionEnd = UNDEFINED_SELECTION_INDEX; field in ShadowAccessibilityNodeInfo
593 textSelectionEnd = end; in setTextSelection()
613 return textSelectionEnd; in getTextSelectionEnd()
1105 newShadow.textSelectionEnd = textSelectionEnd; in getClone()