Searched refs:textSelectionStart (Results 1 – 1 of 1) sorted by relevance
821 final int textSelectionStart; in onCreateDialog() local825 textSelectionStart = savedInstanceState.getInt("startSelection", -1); in onCreateDialog()829 textSelectionStart = -1; in onCreateDialog()864 if (textSelectionStart != -1 && textSelectionEnd != -1) { in onCreateDialog()865 mDialogTextField.setSelection(textSelectionStart, textSelectionEnd); in onCreateDialog()