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