Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DBiometricDialogView.java62 private static final String KEY_ERROR_TEXT_COLOR = "key_error_text_color"; field in BiometricDialogView
244 bundle.putInt(KEY_ERROR_TEXT_COLOR, mErrorText.getCurrentTextColor()); in onSaveState()
484 mErrorText.setTextColor(bundle.getInt(KEY_ERROR_TEXT_COLOR)); in restoreState()