OSDN Git Service

Add animation for fingerprint error state
authorJorim Jaggi <jjaggi@google.com>
Tue, 28 Apr 2015 20:27:12 +0000 (13:27 -0700)
committerJorim Jaggi <jjaggi@google.com>
Tue, 28 Apr 2015 20:27:12 +0000 (13:27 -0700)
commit27267d6869a4e970e7575f36d0de75e8cb663952
treee62c79224a6f8f8df730c68aafe0bae15f7dae8d
parent1fd75d83c3a45189126979da42302340dbfafc86
Add animation for fingerprint error state

- Put lock icon logic in a separate class.
- Add animation when switching between fingerprint scanning and
fingerprint error.

Change-Id: I87c3f101d645a990d5397b82a797c9ee40a63da2
24 files changed:
packages/SystemUI/res/anim/lockscreen_fingerprint_error_state_fingerprint_ridges_animation.xml [new file with mode: 0644]
packages/SystemUI/res/anim/lockscreen_fingerprint_error_state_group_1_animation.xml [new file with mode: 0644]
packages/SystemUI/res/anim/lockscreen_fingerprint_error_state_group_2_animation.xml [new file with mode: 0644]
packages/SystemUI/res/anim/lockscreen_fingerprint_error_state_path_3_animation.xml [new file with mode: 0644]
packages/SystemUI/res/anim/lockscreen_fingerprint_error_state_ridge_1_path_0_animation.xml [new file with mode: 0644]
packages/SystemUI/res/anim/lockscreen_fingerprint_error_state_ridge_1_path_animation.xml [new file with mode: 0644]
packages/SystemUI/res/anim/lockscreen_fingerprint_error_state_ridge_2_path_0_animation.xml [new file with mode: 0644]
packages/SystemUI/res/anim/lockscreen_fingerprint_error_state_ridge_2_path_animation.xml [new file with mode: 0644]
packages/SystemUI/res/anim/lockscreen_fingerprint_error_state_ridge_5_path_0_animation.xml [new file with mode: 0644]
packages/SystemUI/res/anim/lockscreen_fingerprint_error_state_ridge_5_path_animation.xml [new file with mode: 0644]
packages/SystemUI/res/anim/lockscreen_fingerprint_error_state_ridge_6_path_0_animation.xml [new file with mode: 0644]
packages/SystemUI/res/anim/lockscreen_fingerprint_error_state_ridge_6_path_animation.xml [new file with mode: 0644]
packages/SystemUI/res/anim/lockscreen_fingerprint_error_state_ridge_7_path_0_animation.xml [new file with mode: 0644]
packages/SystemUI/res/anim/lockscreen_fingerprint_error_state_ridge_7_path_animation.xml [new file with mode: 0644]
packages/SystemUI/res/anim/lockscreen_fingerprint_error_state_white_fingerprint_ridges_animation.xml [new file with mode: 0644]
packages/SystemUI/res/drawable/lockscreen_fingerprint_error_state.xml [new file with mode: 0644]
packages/SystemUI/res/drawable/lockscreen_fingerprint_error_state_animation.xml [new file with mode: 0644]
packages/SystemUI/res/interpolator/lockscreen_fingerprint_error_state_animation_interpolator_0.xml [new file with mode: 0644]
packages/SystemUI/res/interpolator/lockscreen_fingerprint_error_state_animation_interpolator_1.xml [new file with mode: 0644]
packages/SystemUI/res/interpolator/lockscreen_fingerprint_error_state_animation_interpolator_2.xml [new file with mode: 0644]
packages/SystemUI/res/interpolator/lockscreen_fingerprint_error_state_animation_interpolator_3.xml [new file with mode: 0644]
packages/SystemUI/res/layout/keyguard_bottom_area.xml
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaView.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/LockIcon.java [new file with mode: 0644]