summaryrefslogtreecommitdiffstats
path: root/WallpaperPicker/src/com/android/gallery3d/glrenderer/GLES20Canvas.java
Commit message (Collapse)AuthorAgeFilesLines
* Reducing memory usage of wallpaper pickerSunny Goyal2015-02-241-0/+1
| | | | | | | | | | | | > Loading preview bitmap only once, instead of loading it twice at BitmapRegionTileSource and BitmapSource > Maintaing a weak-set of reusable bitmaps and reusing them for decoding bitmaps > Loading images on a HandlerThread (instead of AsyncTask) and removing any non-started task before submitting a new task > Loading inbuild images (from resources) on HandlerThread instead of UIThread > Freeing up unbound GL textures before binding a new texture. Bug: 18382606 Change-Id: Ic4ca630dd113ded65d2853eb0d291c9e5823637e (cherry picked from commit 283c2261bd4440f4108a564cea0f5fc499781213)
* Moving some files and methods aroundSunny Goyal2015-02-121-2/+0
| | | | | | | | > Removing android.util package > Moving static methods and classes out of WallpaperCropActivity > Removing some unused utility methods Change-Id: I252a0655ddce195189b6b3f0bf92970e5808c9d7
* Create separate project for Wallpaper PickerMichael Jurka2013-12-131-0/+1009
Change-Id: Id9e855780b9fb68c63eb6e9f6c19bcbce28a6fd5