OSDN Git Service

Fix jank in swipe-up to unlock
authorJorim Jaggi <jjaggi@google.com>
Wed, 15 Jul 2015 01:08:43 +0000 (18:08 -0700)
committerJorim Jaggi <jjaggi@google.com>
Mon, 20 Jul 2015 21:50:33 +0000 (21:50 +0000)
commit86b273f1cc59185a14d5bab8a3f4db30c1a4c8a9
treef3cf08a23ec6c05f2dfb42b3f766e7094e871f2d
parentf87635813cabbf4f7dc0236fffc6b07a2715aff3
Fix jank in swipe-up to unlock

Some stuff is slow in the swipe-up to unlock transition. Introduce
DejankUtils to execute it when RenderThread is doing its work.

Bug: 22205322
Change-Id: I7089f0a1bdca13ad13a1e305a7bff32276a3cd53
packages/SystemUI/src/com/android/systemui/DejankUtils.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBouncer.java
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBarView.java