OSDN Git Service

Delay PhotoModule preview cover removal to address jank
authorAlan Newberger <alann@google.com>
Wed, 10 Sep 2014 22:44:01 +0000 (15:44 -0700)
committerAlan Newberger <alann@google.com>
Wed, 10 Sep 2014 22:44:01 +0000 (15:44 -0700)
commit49fb93b5517e12606eb747f0a5d218b4d03df821
tree7786e203c3c1d559d9c2054fd5fb09d7d8f29a54
parentffc395d6e7eaafcdcd283e183188de16aa14aa4c
Delay PhotoModule preview cover removal to address jank

Cover should stay in place at least until startPreview completes.
Since it is async, we should call handlers in a callback.

Bug: 17451185
Change-Id: I220c49b9bb75ad977d92780c6eea0ff126a7dcb8
src/com/android/camera/PhotoModule.java