OSDN Git Service

[SystemUI] To plumb down ColorStateList all the way down instead of int colors in...
authorJason Chang <jasonsfchang@google.com>
Tue, 22 May 2018 09:30:19 +0000 (17:30 +0800)
committerJason Chang <jasonsfchang@google.com>
Tue, 22 May 2018 09:30:19 +0000 (17:30 +0800)
commit1e4a4bdbf4ad39e3dd15a406f6939a2577bd2d96
tree2c419e27df04ba27712c1d82c096ba2671134d84
parent5cbad094828b5e563f8960c811f2f2f1f1329e1e
[SystemUI] To plumb down ColorStateList all the way down instead of int colors in KeyguardHostView.java and its collaborative files.

To plumb down ColorStateList all the way down instead of int colors in KeyguardHostView.java and its collaborative files.

Bug: 79721803
Test: manually test for UI
Change-Id: I69df1a13db5153ca36cf39f7b818d6c3d27ee107
12 files changed:
packages/SystemUI/src/com/android/keyguard/KeyguardAbsKeyInputView.java
packages/SystemUI/src/com/android/keyguard/KeyguardHostView.java
packages/SystemUI/src/com/android/keyguard/KeyguardMessageArea.java
packages/SystemUI/src/com/android/keyguard/KeyguardPatternView.java
packages/SystemUI/src/com/android/keyguard/KeyguardSecurityContainer.java
packages/SystemUI/src/com/android/keyguard/KeyguardSecurityView.java
packages/SystemUI/src/com/android/keyguard/KeyguardSecurityViewFlipper.java
packages/SystemUI/src/com/android/keyguard/SecurityMessageDisplay.java
packages/SystemUI/src/com/android/systemui/statusbar/KeyguardIndicationController.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java
packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/KeyguardBouncerTest.java