summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ui/ProMode.java
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: Fix don`t save the value about focus distancemingwax2016-12-131-2/+2
| | | | | | | | Don`t save the focus distance value when the user change the value. Add code for saving the value in xml when the user change the value. CRs-Fixed: 1095942 Change-Id: Ic2b88d67d068c17afcc12546028e99454070b8ab
* SnapdragonCamera: Fix ProMode refresh UI issuemingwax2016-12-131-0/+4
| | | | | | | | | The WB and Exposure value don`t update when changed in the setting View. Update the value of WB and Exposure when resume the PreMode. CRs-Fixed: 1098270 Change-Id: I4f42555dd59e17de86e55dfaaa0f7a027e19c28c
* SnapdragonCamera: Path should be reseted in onLayout methodmingwax2016-11-301-0/+2
| | | | | | | | | | When proMode is inVisible, onLayout method is called in the landscape screen, the screen will draw one more curve by path. Add judgment condition, path should be reseted in onLayout method. CRs-Fixed: 1094491 Change-Id: Id76e2234517bfef662b9687e997219e693e907b1
* SnapdragonCamera: Add ProModeByunghun Jeon2016-11-141-0/+372
Add ProMode. User can change iso, white balance, exposure, and focus mode using this new scene mode Change-Id: I58885d3a05d6d9e8264e58cb8c4de2e1f13646b0 CRs-Fixed: 1089100