Home
last modified time | relevance | path

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

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