summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/ui/PhotoFallbackEffect.java
Commit message (Collapse)AuthorAgeFilesLines
* This removes all non-Camera stuff from Camera2.Sascha Haeberling2013-08-061-179/+0
| | | | | | | Note: Camera2 is a clone of Gallery2 right now. Note 2: I will bring .mk files back later. Change-Id: Ida958654296f5ebaacb6bb0ff59d52a7c37ce6fc
* GL packaging refactorJohn Reck2012-12-111-0/+2
| | | | Change-Id: I1d7a95c4f0b91a5ba59030d57cf6865c11b497aa
* 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
* Add transition animation for tapping from PhotoPage.Owen Lin2012-05-171-0/+177
bug:6383694 Change-Id: Ib457d6b636dafd3f8ef7340bfa85725f14d90bd0