Home
last modified time | relevance | path

Searched refs:textSelectionEnd (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintSettings.java822 final int textSelectionEnd; in onCreateDialog() local
826 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()