commit | 2ac75efc55de104403bb2eedef95a5da85e60d7e | [log] [tgz] |
---|---|---|
author | Chung-yih Wang <cywang@google.com> | Fri Oct 14 16:48:02 2011 +0800 |
committer | The Android Automerger <android-build@android.com> | Fri Oct 14 12:58:08 2011 -0700 |
tree | 9e1fc2c7d4523524d7c5118dafd548902eacff83 | |
parent | 6baaa42a5bb88fdae55efa8dc6b7805b187f1d02 [diff] |
Improve the launch time. bug:5446617 Since there are two major blocking operations(openCamera and startPreview) which are dependent and time-consuming, we have to take advantage of this blocking intervals to do the layout inflation(setContentView) and indicator initialization concurrently to reduce the launch time. Change-Id: Ibbc3563ad3e8ccea409f61a5af9a8bdae0352579