summaryrefslogtreecommitdiffstats
path: root/res/layout-w1024dp
Commit message (Collapse)AuthorAgeFilesLines
* Draw all the faces on one face view.Wu-cheng Li2011-08-151-0/+4
| | | | | | bug:4460717 Change-Id: I29b676a95d8fc7b22b359508e1886fba513ba493
* Merge "Fix mode picker and setting wheel overlap on 7'' tablet."Wu-cheng Li2011-08-141-3/+2
|\
| * Fix mode picker and setting wheel overlap on 7'' tablet.Wu-cheng Li2011-08-141-3/+2
| | | | | | | | | | bug:5155795 Change-Id: Ie7622db1db8d126c8cbf78a2b93a404a3544a82a
* | Updates to allow using SurfaceTexture for reading the preview frames ↵mbansal2011-08-121-0/+49
|/ | | | | | | | | | | | | | | | | | | directly from GPU memory. 1) SurfaceTexture is now used to obtain the data processed by the mosaicing library. 2) SurfaceTexture in GPU memory is directly rendered using the transformation from the mosaicing library to generate the preview mosaic. 3) GPU is also used to generate the Low-Res frames from the High-res frames (was being done in CPU before). 4) SurfaceTexture is also used to render the viewfinder as soon as the mosaicing application starts (eliminating the need for a separate SurfaceHolder to render the camera). 5) Modified the XML layout during the preview state to be the same size as during the capture stage to accommodate the SurfaceTexture based viewfinder [this needs to be reviewed and adjusted]. 6) Fixed the viewfinder and back button issues identified by Wei-Ta. 7) Round-1 of removing trailing spaces and tabs. 8) Added documentation to new Java side interfaces and cleaned up code in general. 9) Cleaned up redundant and commented out code from the native side. 10) Merged with latest updates from the main trunk. 11) Fixed issues identified in code review and also cleaned up and refactored some code. 12) Added layout-w1024dp/pano_capture.xml for tablet layout. Change-Id: If8fb0116de6c7fc6652cc67ac453553726961c32
* Remove zoom ratio text label.Wu-cheng Li2011-08-122-11/+0
| | | | Change-Id: Ia4d54034b0b2c039e874b1fa580b036962f4cd33
* Remove share icon and close arrow.Wu-cheng Li2011-08-101-13/+5
| | | | | | | | | | Alose increase the speed of icon rotation. bug:5141343 bug:5141404 bug:5141514 Change-Id: I0db6b6edbc0fc1a0f83b4f29f6828bcff01bf0c4
* Do not show mode picker in intent modes.Wu-cheng Li2011-08-091-1/+2
| | | | | bug:5107643 Change-Id: I0f8377e72e5e2b9c2947ef396afe12dda2c6c7c1
* Use new background and shutter button.Wu-cheng Li2011-08-098-34/+28
| | | | | | bug:5024054 Change-Id: I2def331433b0db66efc0d38f1e9537c0980441bb
* Use View.GONE instead of View.INVISIBLE.Chung-yih Wang2011-08-055-7/+7
| | | | | | Refactor this to improve the performance. Change-Id: I6a20021bf07546b0cfa6b4c4b5fe0d67556940a5
* Add the CameraPicker for PhoneUI.Chung-yih Wang2011-08-052-0/+8
| | | | | | +recover the removed CameraPicker. Change-Id: I5e45c4f73ce7c082cf420d27a86b922283a83bcc
* Merge the indicator bar implementations.Chung-yih Wang2011-08-043-54/+67
| | | | | | | | | | | | bug:5039235 Originally we have the GLView-implemented indicators for Phone-based UI. Based on the current UI design, we would like to merge the look on all devices for the dialog of the camera setting. Therefore, a refactor of how to handle the popup window is required here and this will simplify our UI work for handling different layout/resolution. Change-Id: I6f9e6ebed7600be460ddd906505cdc44f81098ad
* Add mode picker for camera/camcorder/panaramorepo sync2011-07-293-29/+92
| | | | | | | | +remove camera switcher +add menu item for panorama bug:5039225 Change-Id: Ib065074026760f7dc1bd1dfe694935f46bb8c407
* Merge "Make all wheel icons rotatable."repo sync2011-07-171-4/+6
|\
| * Make all wheel icons rotatable.repo sync2011-07-181-4/+6
| | | | | | | | | | | | +Make the popup menu rotatable. bug:5039041 Change-Id: I28394531d5c0894215b8229159cfe9c7bee958b9
* | Merge "Add a share application list in share popup."Wu-cheng Li2011-07-171-6/+15
|\ \ | |/ |/|
| * Add a share application list in share popup.Wu-cheng Li2011-07-181-6/+15
| | | | | | | | | | | | bug:4725978 Change-Id: Id7a8b24fd7785f2d7dd316b5000f8ae3f3e8c567
* | Merge the different implementations on CameraSwitch.repo sync2011-07-161-8/+6
|/ | | | | | | +enable the camera/video icon rotation for tablet version. +render disabled effect for tablet only. Change-Id: I2827cb57ac7d8d60efdb6f3172c89db32ac443d4
* Merge "Fix wrong preview border drawable is displayed in phone UI."Wu-cheng Li2011-07-112-2/+2
|\
| * Fix wrong preview border drawable is displayed in phone UI.Wu-cheng Li2011-07-112-2/+2
| | | | | | | | Change-Id: Iccee528e8e3681f22480a0b726dac90c46757a5f
* | Move thumbnail to the top right of the control panel in tablet UI.Wu-cheng Li2011-07-084-7/+8
|/ | | | | bug:5001059 Change-Id: I5a404f31c8fbb80bdb742d4b00354e38a822ac36
* Move zoom buttons and front/back camera switch to indicator wheel.Wu-cheng Li2011-07-082-57/+16
| | | | | | bug:5001059 Change-Id: I5ed60169b6f73dc41d84ba7bd299ed8bf394a284
* Refactor ZoomPicker.Wu-cheng Li2011-07-061-8/+9
| | | | | | | | Zoom buttons will not be in a LinearLayout. Refactor ZoomPicker so it can accept two zoom buttons as input. It does not matter where the zoom buttons are. Change-Id: I445228b03adc96a1e7b4ba90025680c8ef0388a2
* Add expanded thumbnail in phone UI.Wu-cheng Li2011-07-051-5/+0
| | | | | | bug:4725968 Change-Id: I2a59a3714b93bc96f2a1689d948c9e4e0edd14cb
* Add camcorder zoom.Wu-cheng Li2011-06-272-16/+21
| | | | | | bug:2644213 Change-Id: I669966e4fd54c76d19660efa6f1700a86b4d6c07
* Set zoom ratio label as invisible by default.Wu-cheng Li2011-05-301-1/+2
| | | | | | Otherwise, users can see an empty gray label on launch. Change-Id: Iad9eed485d249935c93ddad6d01f0b29a323ad61
* resolved conflicts for merge of aae0cba5 to masterWu-cheng Li2011-05-266-44/+30
| | | | Change-Id: I681c7f38abaed6705640c4e79e06a581990ec496
* Fix layout on 1024x600dp devices.Wu-cheng Li2011-05-2415-0/+674
Change sw485dp to w1024dp and w1280dp. The wheel is not flexible enough to scale according to the size. So w1024dp uses the same wheel but smaller layout_width. bug:4473360 Change-Id: I0eef53bd22b3cc0360b2e76fcff02f250ce3cdbf