summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/NinePatchTexture.java
Commit message (Collapse)AuthorAgeFilesLines
* Add a new state uploading to UploadedTexture.Owen Lin2012-05-221-1/+1
| | | | | | | | | | | | | 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 SurfaceTexture to show Camera preview.Chih-Chung Chang2012-04-021-1/+1
| | | | Change-Id: I8bf63dfc5b969ecce51841378b093a650b6f91d8
* Reorganize import for all files.Owen Lin2012-03-141-2/+3
| | | | Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
* Simplify the reference from textures to GLCanvas.Chih-Chung Chang2012-02-171-1/+1
| | | | Change-Id: Ia64e60ec4b920b707148f7c2b9373ce484a52d9f
* Try to use less of "Long" to make the program faster.Chih-Chung Chang2012-02-161-24/+62
| | | | Change-Id: I6adb870a8f2bca97318d0fbb6f42388aef4c19c1
* Initial code for Gallery2.Owen Lin2011-08-181-0/+401
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c