summaryrefslogtreecommitdiffstats
path: root/WallpaperPicker/src/com/android/gallery3d/glrenderer
Commit message (Collapse)AuthorAgeFilesLines
* Removing junit.framework.Assert from wallpaper picker codeSunny Goyal2015-06-263-8/+7
| | | | | Bug: 22124692 Change-Id: Ifd41727a2ce4af660818b4f0cd6b95110ffdeec4
* Reducing method count by eliminating synthetic accessorsAdam Cohen2015-03-201-1/+3
| | | | | | | | | | | Elimates 304 methods based on dex analysis The java compiler generates sythetic accessor methods for all private fields, methods and contructors accessed from inner classes. By marking them package-private and @Thunk instead, sythentic accessor methods are no longer needeed. These annotated elements should be treated as private. Change-Id: Id0dc2c92733474250d8ff12fa793d3a8adeb1f26
* 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-123-3/+60
| | | | | | | | > Removing android.util package > Moving static methods and classes out of WallpaperCropActivity > Removing some unused utility methods Change-Id: I252a0655ddce195189b6b3f0bf92970e5808c9d7
* Clean up importsMichael Jurka2013-12-131-2/+0
|
* Create separate project for Wallpaper PickerMichael Jurka2013-12-1310-0/+2023
Change-Id: Id9e855780b9fb68c63eb6e9f6c19bcbce28a6fd5