Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java200 protected ColorStateList mInitialTextColorState; field in KeyguardIndicationController
394 mInitialTextColorState = mTopIndicationView != null in setIndicationArea()
510 .setTextColor(mInitialTextColorState) in updateForceIsDimissibileChanged()
530 .setTextColor(mInitialTextColorState) in updateLockScreenDisclosureMsg()
599 .setTextColor(mInitialTextColorState) in updateLockScreenOwnerInfo()
621 .setTextColor(mInitialTextColorState) in updateLockScreenBatteryMsg()
641 .setTextColor(mInitialTextColorState) in updateLockScreenUserLockedMsg()
662 .setTextColor(mInitialTextColorState) in updateBiometricMessage()
676 .setTextColor(mInitialTextColorState) in updateBiometricMessage()
707 .setTextColor(mInitialTextColorState) in updateLockScreenTrustMsg()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewController.java74 private final ColorStateList mInitialTextColorState; field in KeyguardIndicationRotateTextViewController
104 mInitialTextColorState = mView != null in KeyguardIndicationRotateTextViewController()
227 .setTextColor(mInitialTextColorState) in showTransient()