Searched refs:startSelectionStart (Results 1 – 1 of 1) sorted by relevance
172 final int startSelectionStart, startSelectionEnd, endSelectionStart, endSelectionEnd; in createAnimator() local174 startSelectionStart = startVals.get(PROPNAME_TEXT_SELECTION_START) != null ? in createAnimator()177 (Integer) startVals.get(PROPNAME_TEXT_SELECTION_END) : startSelectionStart; in createAnimator()183 startSelectionStart = startSelectionEnd = endSelectionStart = endSelectionEnd = -1; in createAnimator()191 setSelection(((EditText) view), startSelectionStart, startSelectionEnd); in createAnimator() local291 setSelection(((EditText) view), startSelectionStart, startSelectionEnd); in createAnimator()