Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java185 protected ColorStateList mInitialTextColorState; field in KeyguardIndicationController
363 mInitialTextColorState = mTopIndicationView != null in setIndicationArea()
542 .setTextColor(mInitialTextColorState) in updateLockScreenOwnerInfo()
564 .setTextColor(mInitialTextColorState) in updateLockScreenBatteryMsg()
582 .setTextColor(mInitialTextColorState) in updateLockScreenUserLockedMsg()
602 .setTextColor(mInitialTextColorState) in updateBiometricMessage()
616 .setTextColor(mInitialTextColorState) in updateBiometricMessage()
647 .setTextColor(mInitialTextColorState) in updateLockScreenTrustMsg()
658 .setTextColor(mInitialTextColorState) in updateLockScreenTrustMsg()
687 .setTextColor(mInitialTextColorState) in updateLockScreenPersistentUnlockMsg()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewController.java74 private final ColorStateList mInitialTextColorState; field in KeyguardIndicationRotateTextViewController
104 mInitialTextColorState = mView != null in KeyguardIndicationRotateTextViewController()
230 .setTextColor(mInitialTextColorState) in showTransient()