OSDN Git Service

Don't show action bar when in camera preview.
authorztenghui <ztenghui@google.com>
Tue, 3 Sep 2013 18:27:21 +0000 (11:27 -0700)
committerztenghui <ztenghui@google.com>
Tue, 3 Sep 2013 21:19:51 +0000 (14:19 -0700)
commit2c3d9a58d8942f73bc16c71e57584e4d89410185
treef6093e5db2f4ab3c8e20beac7c7a022f285f79b6
parent5457782daf2d03bdc1ac8f6b7143c92c62c3cfd0
Don't show action bar when in camera preview.

There are 3 cases we need to toggle the action bar.
1. Touch in full screen mode. onToggleActionBarVisibility()
2. Swipe back and forth to film stripe from preview. onSwitchMode()
3. In full screen mode, current data becomes the preview.
onCurrentDataChanged()

bug:10563392
Change-Id: I576c49b767cd863da725cf991238c27440d85b9b
src/com/android/camera/CameraActivity.java