Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/biometrics/fingerprint/
DFingerprintSettings.java725 final int textSelectionEnd; in onCreateDialog() local
729 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()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintSettings.java728 final int textSelectionEnd; in onCreateDialog() local
732 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()