summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/ShutterButton.java
Commit message (Collapse)AuthorAgeFilesLines
* SnapdragonCamera: fix portrait orientationLikai Ding2015-02-021-1/+3
| | | | | | | | | | | | Fix camera activity to portrait, so there is no delay when rotation occurs. Main changes are: 1. RotateLayout now supports padding and dynamically added child. 2. Camera controls and gesture detetion are now orientation-aware. 3. Toasts are replaced with RotateTextToast. 4. Obselete layout files are removed. Change-Id: I338849bd7fb84b847eb357f771a24a5cc09bf6fa
* Camera2: Adds support for longshot/burst modeAlok Kediya2013-11-071-0/+14
| | | | | | | | | | | | | | | | | | | | | - The longshot/burst pipeline mode uses an optimized path for triggering 'takePicture()' on each shutter callback. This should improve the shot-2-shot time. In addition to this there is also support for jpeg callbacks that only contain a jpeg file path. The callback in this case will only move the file stored by the lower layers in the correct directory. - The longshot burst pipeline can be enabled via this property: "persist.camera.longshot.enable"<-"0/1" - This change will allow longshot mode to be triggered in non-zsl mode as well. (Cherry picked from: I693366a7d06d3b386a8d96f86ee9a0574749c50b) (Cherry picked from: Id630b2033f18d1c04a636597e910e695a8692ac8) Change-Id: Idda8d58fc6d889128c1812c9c5ddadca3993c246
* New capture animationMichael Kolb2013-04-241-3/+0
| | | | | | | | | Bug: 8253060 Match new UX design for capture animation Custom layout for camera controls Change-Id: I91875ae1685d52d4f9dbb2e6e9299428a8424766
* Keep camera controls on the same physical sideDoris Liu2013-03-051-6/+0
| | | | Change-Id: I09c50650c77a89fadfeb376564ef43e750994f8a
* Flatten view hierarchy and rotate viewsDoris Liu2013-03-041-0/+9
| | | | | | | | | TODO: SRI pano and Lightcycle can use a bit more flattening. I will get to them next. (Maybe in a different CL.) TODO: Need to cancel capture animation in onConfigurationChanged() Change-Id: I00fd3e098117d9fb74fde2c128407ab6275bcedf
* Move Camera Java/Native source into Gallery2Michael Kolb2013-01-291-0/+130
Change-Id: I968efe4d656e88a7760d3c0044f65b4adac2ddd1