summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/gallery3d/ui
Commit message (Collapse)AuthorAgeFilesLines
* First gallery reskin iteration.Bobby Georgescu2012-08-091-0/+1
| | | | Change-Id: I2b79ca9f40346a777141562c9a4762d7a8b460f6
* Fix build.Owen Lin2012-05-221-1/+1
| | | | Change-Id: Ied20eb41fcae52f40f319adb0fbbfad4d94e3019
* Add a new state uploading to UploadedTexture.Owen Lin2012-05-221-14/+14
| | | | | | | | | | | | | This state means the texture is being uploaded in background and should not be drawn now to prevent janking. Sometimes, we may lose GLContext and we will need to reupload textures again. In this case, we would like to upload these texture in foreground instead of using TextureUploader. (for simplicity since this won't happen too often). bug: 6519344 Change-Id: Ic5d7547c6a0eb4b044b79aa0eb4eb52397faac03
* Use View.setSystemUiVisibility to enter/leave lights-out mode.Chih-Chung Chang2012-05-172-0/+2
| | | | | | Bug: 6451200 Change-Id: I8e27b3e5eedfa2652f06dfc8f377c9cef8100160
* Add freeze/unfreeze for GLRootView.Chih-Chung Chang2012-05-102-0/+4
| | | | Change-Id: Ieb78041fea22b064d176ea1318cf5883d5d4c94f
* Better orientation change handling.Chih-Chung Chang2012-05-082-2/+10
| | | | | | | | Bug 6451117: Preview location is wrong after rotating the device quickly Bug 6444303: The preview location is wrong when camera is started upside down on tablet Bug 6451710: Tap to focus broken in landscape Change-Id: I12fd57d6618ec5521ccc6efcbf65de57ff2ea3d2
* Add support to draw on texture.Owen Lin2012-05-021-0/+2
| | | | Change-Id: I95dd5d29352692b702503969e1ebe07bc91a8a73
* Support drawing in different orientation in Gallery.Chih-Chung Chang2012-04-302-0/+2
| | | | | | | | | | | | | Bug 6312994: Swipe UX: do not directly show the camera roll when camera starts Bug 6313191: Swipe UX: Change swipe direction after the user rotated the device Bug 6313192: Swiping UX: make Gallery display in rotated mode Bug 6399447: Filmstrip: in Gallery, pressing Back from filmstrip doesn't perform the right animation Bug 6399974: Filmstrip: when swiping from full-screen photo to filmstrip mode, camera view and the photo-roll don't align correctly Bug 6400014: Swiping UX: in Camera portrait mode, tapping on the Thumbnail doesn't align camera view and the photo-roll correctly Bug 6401075: Able to scroll through the gallery pics while capturing video. Bug 6405087: Filmstrip does not change with orientation Change-Id: I8c479d87800c63b7a95c199c0c1c3bc512d66d42
* Use SurfaceTexture to show Camera preview.Chih-Chung Chang2012-04-022-0/+12
| | | | Change-Id: I8bf63dfc5b969ecce51841378b093a650b6f91d8
* Remove unused code.Chih-Chung Chang2012-02-234-408/+1
| | | | Change-Id: I167596ab023671651df298ddb2b80b7c782f4223
* Reduce memory allocation and make small improvements.Chih-Chung Chang2012-02-221-2/+2
| | | | Change-Id: Iac3f302454119de6363cd5cfb158619e739b0536
* Cache animation time value to reduce work and synchronize animation.Chih-Chung Chang2012-02-171-20/+0
| | | | Change-Id: I00081bc6037c01dafc56cf017dcc1da448c1d106
* Make GLCanvas a bit faster.Chih-Chung Chang2012-02-161-0/+1
| | | | | | | | (1) make a faster version of translate(x, y). (2) make mapPoints() faster. (3) avoid calling canvas.rotate() when it is not needed. Change-Id: I364e2aa3fc9ee81c43f42f3af8b2d30a1241b482
* Initial code for Gallery2.Owen Lin2011-08-1811-0/+3616
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c