Searched refs:textSelectionEnd (Results 1 – 2 of 2) sorted by relevance
725 final int textSelectionEnd; in onCreateDialog() local729 textSelectionEnd = savedInstanceState.getInt("endSelection", -1); in onCreateDialog()733 textSelectionEnd = -1; in onCreateDialog()765 if (textSelectionStart != -1 && textSelectionEnd != -1) { in onCreateDialog()766 mDialogTextField.setSelection(textSelectionStart, textSelectionEnd); in onCreateDialog()
728 final int textSelectionEnd; in onCreateDialog() local732 textSelectionEnd = savedInstanceState.getInt("endSelection", -1); in onCreateDialog()736 textSelectionEnd = -1; in onCreateDialog()768 if (textSelectionStart != -1 && textSelectionEnd != -1) { in onCreateDialog()769 mDialogTextField.setSelection(textSelectionStart, textSelectionEnd); in onCreateDialog()