summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/UploadedTexture.java
Commit message (Collapse)AuthorAgeFilesLines
* Code clean up.Ahbong Chang2012-07-301-0/+1
| | | | | | | | | Remove unused imports. Remove unused fields. Remove unnecessary cast. Add missing override annotations. Change-Id: Idad2e587697a5015eb5363d7b71fab9de9cc8ffb
* Add a new state uploading to UploadedTexture.Owen Lin2012-05-221-5/+16
| | | | | | | | | | | | | 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
* Reuse bitmap to prevent GC in TiledImageView.Owen Lin2012-05-221-4/+3
| | | | | bug:5948093 Change-Id: Iad89c5809bde0de5409752330f607aab153dceba
* Use SurfaceTexture to show Camera preview.Chih-Chung Chang2012-04-021-1/+6
| | | | Change-Id: I8bf63dfc5b969ecce51841378b093a650b6f91d8
* New effect in photo browsing.Chih-Chung Chang2012-03-221-0/+2
| | | | Change-Id: I12ca70f56f5c874292a7a6f38f0518bbc855ed70
* Reorganize import for all files.Owen Lin2012-03-141-2/+3
| | | | Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
* Fix 5223982: Adding one pixel transparent border around the texture.Chih-Chung Chang2011-09-231-27/+54
| | | | | | This avoids the jigged edge around the thumbnails when they are rotated. Change-Id: Ib2c5a75d1aa69a2f024e003a45111a8af4537f67
* Initial code for Gallery2.Owen Lin2011-08-181-0/+285
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c