OSDN Git Service

Refactored KeyguardIndicationController and LockIcon.
authorZachary Iqbal <zacharyi@google.com>
Mon, 23 Jan 2017 02:54:46 +0000 (18:54 -0800)
committerZachary Iqbal <zacharyi@google.com>
Tue, 24 Jan 2017 20:21:59 +0000 (12:21 -0800)
commitf50284c60a2d7d1121766d684bce34090cdf10cf
tree926b2ba02a124e6131e263408a5ea932579bbf6e
parent2697703abb01e0e2da14677eb19fe822d3ea032b
Refactored KeyguardIndicationController and LockIcon.

Notes:
- KeyguardIndicationController can now be provided via the SystemUIFactory.
- Created a BaseKeyguardCallback to allow extention of KIC callback implementation.
- LockIcon can now be extended through the KIC to support an avatar icon for entering trust.

Test: runtest systemui
Bug: 34589272
Change-Id: I3a8745dc5054841155a6db41c7e5e8ae5ae1f30d
packages/SystemUI/src/com/android/systemui/SystemUIFactory.java
packages/SystemUI/src/com/android/systemui/statusbar/KeyguardIndicationController.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/LockIcon.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java