Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java107 private ColorStateList mInitialTextColorState; field in KeyguardIndicationController
190 mInitialTextColorState = mTextView != null ? in setIndicationArea()
318 showTransientIndication(transientIndication, mInitialTextColorState); in showTransientIndication()
383 mTextView.setTextColor(mInitialTextColorState); in updateIndication()
390 mTextView.setTextColor(mInitialTextColorState); in updateIndication()
396 mTextView.setTextColor(mInitialTextColorState); in updateIndication()
406 mTextView.setTextColor(mInitialTextColorState); in updateIndication()
409 mTextView.setTextColor(mInitialTextColorState); in updateIndication()
572 pw.println(" mInitialTextColorState: " + mInitialTextColorState); in dump()
642 mInitialTextColorState); in onBiometricHelp()
[all …]