summaryrefslogtreecommitdiff
path: root/src/com/android/camera/ui/FlashToggleButton.java
Commit message (Collapse)AuthorAgeFilesLines
* Snap: reorganize api2 layoutTimi2021-04-041-21/+29
| | | | | | | * added icons from https://material.io/resources/icons/ except ic_switch_{hfr,sat} are self made Change-Id: I9ffc276915297f0cbb31258d325b2459bf20dc1e
* Snap: chmod 0644Paul Keith2020-12-241-0/+0
| | | | Change-Id: I39c06bdd19d6e4a972f2ade976543781bf2bbe5d
* disible MFNR+Flash when swmfnrjiaoyuan2020-04-141-1/+2
| | | | | | disable MFNR+Flash combination when swmfnr Change-Id: Ia74266151c0631115d8565d4e0f7264fa79b3115
* SnapdraongCamera:Fix flash iconjunjiez2019-10-201-1/+4
| | | | | | | | | Flash icon should not be shown after snapshot with countdown timer in Bokeh and SAT mode. Change-Id: If55e71bbaa7d3b76ff477e245f21d96d2cff4dac CRs-Fixed: 2542871
* SnapdraongCamera: flash button disablejiaoyuan2019-08-291-1/+1
| | | | | | | After countdown timer in promode, flash button will show, disable it Change-Id: I15744c859eb730d2ddd3de28c06cafeb54fe388d
* add flash on/off icon in Promodezhuw2019-03-291-2/+1
| | | | | | only support on/off option in ProMode Change-Id: Iedc9600ffe19a18b422c6a4a04a86d7d10f07f7c
* FR: add new layout for re-design camera UIzhuw2019-02-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version_017 add module switcher for module switcher add smart settings finish video photo, RTB, SAT ProMode module fix manual focus distance error and iso setting error no response to click event before session config done switch to photo mode if create session failed for video fix shutter icon error when open camera with video intent and capture intent remove force AUX if no multi camera fix closing costs too much time issue remove flash icon in Promode set flash mode to OFF when close session fix issues during video intent mode do not repeating again when stop recording to make sure last frame remove some refference of camerainfo in camera2 avoid clicking too fast to switch mode fix issues in video intent mode flash_mode set to OFF in promode fix TAF issues during video preview remove the behavior of hide and show surface add new gesture to switch front/back camera fix issue: video preview stretched when switching from photo RTB type change to 1 and SAT is 2 init mCameraId[] in method init() select the first camera id in one mode(RTB,SAT) rebase on 027 Change-Id: I7c6de86fabe0a27f0e47fb7e2362d210de2d722d
* SnapdragonCamera: Change flash OFF when use the User settingxianming wang2018-03-051-1/+8
| | | | | | | | Change the flash mode is OFF when select the Manual Exposure User setting menu. Hide the flash menu in the capture view. CRs-Fixed: 2167543 Change-Id: I9a45cc03743a6c617b2a4dc45ee36b0381b00fa5
* SnapdragonCamera: Set flash mode just after UI changezhuw2017-12-281-1/+2
| | | | | | | if click flash mode icon, set flash mode directly Change-Id: I702ccbbbdb875e4b3326a04405733408fe70555d CRs-Fixed: 2152338
* SnapdragonCamera: Fix flash toggle buttonByunghun Jeon2016-09-271-6/+30
| | | | | | | | Add flash auto mode to flash toggle button and show flash button while taking video Change-Id: Iffc81ba15b1651c45f826a835274c20f46dbb8cd CRs-Fixed: 1066519
* SnapdragonCamera: Add OneUI to Camera2Byunghun Jeon2016-09-271-0/+79
Add new UI called OneUI to Camera2. It replaces icons, adds 2 new activities for scene menu and setting menu. There is no module change anymore Change-Id: If712e6af7bbc29726dae387168aefbcd2d7c1ea9 CRs-Fixed: 1066519