Searched refs:textSelectionEnd (Results 1 – 1 of 1) sorted by relevance
1246 final int textSelectionEnd; in onCreateDialog() local1250 textSelectionEnd = savedInstanceState.getInt("endSelection", -1); in onCreateDialog()1254 textSelectionEnd = -1; in onCreateDialog()1290 if (textSelectionStart != -1 && textSelectionEnd != -1) { in onCreateDialog()1291 mDialogTextField.setSelection(textSelectionStart, textSelectionEnd); in onCreateDialog()