OSDN Git Service

Attempted fix for navigation bar flicker
authorJorim Jaggi <jjaggi@google.com>
Mon, 12 Jun 2017 19:18:41 +0000 (12:18 -0700)
committerJorim Jaggi <jjaggi@google.com>
Mon, 12 Jun 2017 19:21:55 +0000 (12:21 -0700)
commite3e0b06a12ee7ef17d07b34f26fa2a54ce4de6e0
tree36279682cdd0e3cb6bfaea4e1ac29e9253600001
parent67b29d5d498a497cf5164e0f840b30a8d197f716
Attempted fix for navigation bar flicker

Not 100% sure why it was flickering, but I do know that the
flicker started happening after putting this into a separate
thread, and that with that change it doesn't flicker anymore,
ever.

Adds 0.5ms while unlocking but at this point this is a good trade-
off to make.

Test: Unlock device with FP
Change-Id: I736a3c64d9b63df9d6cdcb7855bde13a19560a83
Fixes: 62380221
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java