Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintSettings.java727 final int textSelectionStart; in onCreateDialog() local
731 textSelectionStart = savedInstanceState.getInt("startSelection", -1); in onCreateDialog()
735 textSelectionStart = -1; in onCreateDialog()
768 if (textSelectionStart != -1 && textSelectionEnd != -1) { in onCreateDialog()
769 mDialogTextField.setSelection(textSelectionStart, textSelectionEnd); in onCreateDialog()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/fingerprint/
DFingerprintSettings.java724 final int textSelectionStart; in onCreateDialog() local
728 textSelectionStart = savedInstanceState.getInt("startSelection", -1); in onCreateDialog()
732 textSelectionStart = -1; in onCreateDialog()
765 if (textSelectionStart != -1 && textSelectionEnd != -1) { in onCreateDialog()
766 mDialogTextField.setSelection(textSelectionStart, textSelectionEnd); in onCreateDialog()