OSDN Git Service

Always showing FaceUnlock view before bind fixes 6330358
authorSteven Ross <stross@google.com>
Fri, 13 Apr 2012 14:49:28 +0000 (10:49 -0400)
committerSteven Ross <stross@google.com>
Tue, 17 Apr 2012 20:36:55 +0000 (16:36 -0400)
commitfe444b48bac83bd5472b1102dae87661bafcfccb
tree375ea5d6efae04a649d59c0eb7bf363c9a2edaaf
parentcf6960ed153e5e6342156e87155eb6f286155b63
Always showing FaceUnlock view before bind fixes 6330358

Sets the view to visible directly on the UI thread when feasible
this includes all cases where FaceUnlock is bound.
The delay in processing a message was causing the bug.
This additionally replaces the call in the keyguardview show
with one when the facelockareaview is initialized.

Change-Id: I8511f175d68023372e11d6e76fa1c44df6ac8a3d
policy/src/com/android/internal/policy/impl/BiometricSensorUnlock.java
policy/src/com/android/internal/policy/impl/FaceUnlock.java
policy/src/com/android/internal/policy/impl/LockPatternKeyguardView.java