Searched refs:startSelectionStart (Results 1 – 1 of 1) sorted by relevance
168 final int startSelectionStart, startSelectionEnd, endSelectionStart, endSelectionEnd; in createAnimator() local170 startSelectionStart = startVals.get(PROPNAME_TEXT_SELECTION_START) != null ? in createAnimator()173 (Integer) startVals.get(PROPNAME_TEXT_SELECTION_END) : startSelectionStart; in createAnimator()179 startSelectionStart = startSelectionEnd = endSelectionStart = endSelectionEnd = -1; in createAnimator()187 setSelection(((EditText) view), startSelectionStart, startSelectionEnd); in createAnimator() local289 setSelection(((EditText) view), startSelectionStart, startSelectionEnd); in createAnimator()