Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardMessageArea.java116 public void setNextMessageColor(ColorStateList colorState) { in setNextMessageColor() argument
117 mNextMessageColorState = colorState; in setNextMessageColor()
201 ColorStateList colorState = mDefaultColorState; in update() local
203 colorState = mNextMessageColorState; in update()
206 setTextColor(colorState); in update()
DSecurityMessageDisplay.java23 void setNextMessageColor(ColorStateList colorState); in setNextMessageColor() argument
DKeyguardSecurityView.java112 void showMessage(CharSequence message, ColorStateList colorState); in showMessage() argument
DKeyguardAbsKeyInputView.java312 public void showMessage(CharSequence message, ColorStateList colorState) { in showMessage() argument
313 mSecurityMessageDisplay.setNextMessageColor(colorState); in showMessage()
DKeyguardSecurityViewFlipper.java140 public void showMessage(CharSequence message, ColorStateList colorState) { in showMessage() argument
143 ksv.showMessage(message, colorState); in showMessage()
DKeyguardHostView.java176 public void showMessage(CharSequence message, ColorStateList colorState) { in showMessage() argument
177 mSecurityContainer.showMessage(message, colorState); in showMessage()
DKeyguardPatternView.java444 public void showMessage(CharSequence message, ColorStateList colorState) { in showMessage() argument
445 mSecurityMessageDisplay.setNextMessageColor(colorState); in showMessage()
DKeyguardSecurityContainer.java719 public void showMessage(CharSequence message, ColorStateList colorState) { in showMessage() argument
721 getSecurityView(mCurrentSecuritySelection).showMessage(message, colorState); in showMessage()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java267 public void showMessage(String message, ColorStateList colorState) { in showMessage() argument
269 mKeyguardView.showMessage(message, colorState); in showMessage()
DStatusBarKeyguardViewManager.java849 public void showBouncerMessage(String message, ColorStateList colorState) { in showBouncerMessage() argument
850 mBouncer.showMessage(message, colorState); in showBouncerMessage()