OSDN Git Service

Remove dead code #8: Remove old keyguard "bouncer"
authorJorim Jaggi <jjaggi@google.com>
Mon, 22 Dec 2014 19:56:50 +0000 (20:56 +0100)
committerJorim Jaggi <jjaggi@google.com>
Wed, 7 Jan 2015 14:20:37 +0000 (15:20 +0100)
commit6b88cdfba770efc5722338c240ccaada13d7b0d4
treec98de02c0c0ac710351dce64822b13bd9c0dba34
parenta9ef7929b87dc92cb9d4ed65abbaf4752886e613
Remove dead code #8: Remove old keyguard "bouncer"

Also squashes KeyguardViewBase and KeyguardSimpleHostView into
KeyguardHostView, uses a constant for the user activity timeout
(custom value no longer used).

Change-Id: I919b7d3de1dd1590b20e0f14f0e193ee2b3dc21e
24 files changed:
packages/Keyguard/res/layout/keyguard_bouncer.xml
packages/Keyguard/res/layout/keyguard_host_view.xml [moved from packages/Keyguard/res/layout/keyguard_simple_host_view.xml with 95% similarity]
packages/Keyguard/res/layout/keyguard_password_view.xml
packages/Keyguard/res/layout/keyguard_pattern_view.xml
packages/Keyguard/res/layout/keyguard_pin_view.xml
packages/Keyguard/res/layout/keyguard_sim_pin_view.xml
packages/Keyguard/res/layout/keyguard_sim_puk_view.xml
packages/Keyguard/res/values/strings.xml
packages/Keyguard/src/com/android/keyguard/KeyguardAbsKeyInputView.java
packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java [moved from packages/Keyguard/src/com/android/keyguard/KeyguardViewBase.java with 92% similarity]
packages/Keyguard/src/com/android/keyguard/KeyguardPINView.java
packages/Keyguard/src/com/android/keyguard/KeyguardPatternView.java
packages/Keyguard/src/com/android/keyguard/KeyguardSecurityContainer.java
packages/Keyguard/src/com/android/keyguard/KeyguardSecurityView.java
packages/Keyguard/src/com/android/keyguard/KeyguardSecurityViewFlipper.java
packages/Keyguard/src/com/android/keyguard/KeyguardSecurityViewHelper.java [deleted file]
packages/Keyguard/src/com/android/keyguard/KeyguardSimpleHostView.java [deleted file]
packages/Keyguard/src/com/android/keyguard/ViewMediatorCallback.java
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java
packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarKeyguardViewManager.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBarWindowManager.java