summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/ImageWallpaper.java
Commit message (Expand)AuthorAgeFilesLines
* optimize wallpaper load,avoid show black wallpaper.longyu.huang2015-10-261-1/+3
* Fix image wallpaper sizeAdrian Roos2015-07-171-13/+8
* Dump internal state of ImageWallpaperAdrian Roos2015-07-071-0/+40
* ImageWallpaper: Atomically fetch display infoAdrian Roos2015-06-091-20/+18
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-2/+0
* Clean up graphics resources.Michael Wright2015-01-121-37/+9
* Fix Bitmap leaks in ImageWallpaperAdrian Roos2014-11-131-84/+90
* am 1e67bcec: am 263c36a1: am ade631ee: Merge "NULL previous background bitmap...Michael Wright2014-04-301-0/+1
|\
| * am ade631ee: Merge "NULL previous background bitmap upon changing wallpaper"Michael Wright2014-04-301-0/+1
| |\
| | * NULL previous background bitmap upon changing wallpaperjshe32X2014-03-141-0/+1
| * | Change wallpaper sizingMichael Jurka2014-03-211-26/+91
| |/
* | Change wallpaper sizingMichael Jurka2013-12-191-26/+91
* | Fix conditional for glClear callMichael Wright2013-10-161-1/+1
|/
* Force the wallpaper to reload when dimensions changeMichael Wright2013-10-151-0/+1
* Remove trailing whitespace from system ui.John Spurlock2013-07-171-27/+27
* Organize the imports in systemui.John Spurlock2013-06-121-7/+8
* Speed up user-switching wallpaper changesChet Haase2013-04-301-1/+0
* Better fix for GL wallpaper creationChet Haase2013-03-141-14/+24
* Ensure wallpaper creation succeedsChet Haase2013-03-141-13/+18
* am bf53be46: am 09353f74: Merge "Check and fail early if requested wallpaper ...Romain Guy2013-02-271-2/+16
|\
| * Check and fail early if requested wallpaper size exceeds maximum texture size.Wim Vander Schelden2013-02-141-2/+16
* | Wallpaper software rendering fallbackRomain Guy2013-02-201-4/+2
* | Reinitialize hardware renderer after eglTerminate()Romain Guy2013-01-281-5/+6
* | Refactor unused methods and unnecessary members.Craig Mautner2012-11-161-36/+21
|/
* Set wallpaper bitmap reference to null before reloadingChet Haase2012-10-251-0/+1
* Track size changes correctly for static wallpapersChet Haase2012-10-181-18/+40
* Stop reloading wallpaper bitmapChet Haase2012-10-181-1/+1
* Avoid redundant wallpaper loading/drawingChet Haase2012-10-161-50/+53
* Ensure we always request conformant OpenGL ES 2.0 contextsRomain Guy2012-10-151-0/+1
* Fix wallpaper not updating on initial boot.Craig Mautner2012-10-131-18/+26
* Cache wallpaper bitmap to avoid re-loading on rotationChet Haase2012-10-101-11/+30
* Redraw static wallpapers when a redraw is needed.Craig Mautner2012-10-011-0/+13
* Remove unneeded importsMichael Jurka2012-09-051-2/+0
* Refactor for multi-display support.Jeff Brown2012-08-191-4/+1
* Remove duplicate code to update wallpaperMichael Jurka2012-06-211-7/+0
* resolved conflicts for merge of ede4d56e to jb-dev-plus-aospMichael Jurka2012-05-171-3/+10
|\
| * Fix issue where static wallpaper was offset on bootMichael Jurka2012-05-171-9/+10
* | resolved conflicts for merge of acb5f383 to jb-dev-plus-aospJean-Baptiste Queru2012-05-041-7/+7
|\ \ | |/ |/|
| * ImageWallpaper : get bitmap width before calc screen offsetSangWook Han2012-02-071-7/+7
* | Move SystemUI out of system UID.Jeff Sharkey2012-04-191-0/+5
|/
* Optimize handling of scrolled wallpapersChet Haase2011-10-281-0/+2
* Don't use OpenGL ES 2.0 to render the wallpaper on the emulator.Romain Guy2011-09-271-3/+12
* Fix crash with OpenGL wallpaperRomain Guy2011-08-251-6/+13
* systemui: enable GL rendering of launch backgroundErik Gilling2011-08-251-1/+1
* Add OpenGL backend to ImageWallpaperRomain Guy2011-08-241-41/+352
* Fix issue #5108980 Wallpaper is not restored after upgrade from IRK32B to IRK33BDianne Hackborn2011-08-051-4/+9
* Move ImageWallpaper to SystemUI process.Dianne Hackborn2011-08-011-0/+298