summaryrefslogtreecommitdiffstats
path: root/graphics/java
Commit message (Expand)AuthorAgeFilesLines
* Tentative fix for mysteriously recycled bitmapRomain Guy2012-02-081-7/+8
* We should not throw for non-fatal errors.Stephen Hines2012-02-031-2/+3
* Merge "Properly recover from failed compilation."Stephen Hines2012-02-021-1/+1
|\
| * Properly recover from failed compilation.Stephen Hines2012-02-021-1/+1
* | Fix an incorrect assert that doesn't account for element array size.Alex Sakhartchouk2012-02-021-0/+1
|/
* Add GradientDrawable.setColors(int[])Romain Guy2012-01-312-25/+192
* Proper equals/hashCode impls in Rect and RectFRomain Guy2012-01-312-7/+33
* Add full support for Canvas.setDrawFilter()Romain Guy2012-01-231-0/+6
* Update hardware acceleration docRomain Guy2012-01-232-0/+2
* Fix the build, for realRomain Guy2012-01-191-1/+5
* Fix buildRomain Guy2012-01-191-2/+1
* Remove unused codeRomain Guy2012-01-191-2/+0
* Deprecate unused APIsRomain Guy2012-01-193-93/+88
* Don't crash on Canvas.drawPicture()Romain Guy2012-01-181-1/+5
* Fix text encoding when drawing with drawPosText in softwareRomain Guy2012-01-171-0/+6
* Prevent the GC from destroying the underlying native objectRomain Guy2012-01-091-4/+5
* am 201469f5: am bb7f590a: Merge "docs: Add developer guide cross-references, ...Joe Fernandez2011-12-228-17/+54
|\
| * docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez2011-12-228-17/+54
* | Fix AnimationDrawable double-start bugChet Haase2011-12-191-1/+3
* | am a962ef29: am 4c593010: Merge "Followup to a bug fix. Addtion of synchroniz...Alex Sakhartchouk2011-11-171-10/+16
|\ \ | |/
| * Followup to a bug fix.Alex Sakhartchouk2011-11-151-10/+16
* | Merge "Expand RS vector3 types to vector4."Alex Sakhartchouk2011-11-162-12/+33
|\ \ | |/ |/|
| * Expand RS vector3 types to vector4.Alex Sakhartchouk2011-11-152-12/+33
* | Merge "Define, document, and test the behavior of very large SurfaceTextures"...Mathias Agopian2011-11-141-2/+12
|\ \
| * | Define, document, and test the behavior of very large SurfaceTexturesMathias Agopian2011-11-111-2/+12
* | | Merge "Fixing a race condition in RSSurfaceView. Bug 5601083 When destroy is ...Alex Sakhartchouk2011-11-141-4/+4
|\ \ \ | |/ / |/| |
| * | Fixing a race condition in RSSurfaceView. Bug 5601083Alex Sakhartchouk2011-11-111-4/+4
* | | Localized optimizations in views and bitmapsChristopher Tate2011-11-111-2/+5
|/ /
* | Merge "SurfaceTexture: unhide setDefaultBufferSize" into ics-mr1Jamie Gennis2011-11-081-3/+10
|\ \ | |/ |/|
| * SurfaceTexture: unhide setDefaultBufferSizeJamie Gennis2011-11-041-3/+10
* | Some optimizations for view inflation.Dianne Hackborn2011-11-021-0/+12
|/
* am 09848bc8: Merge "docs: add developer guide cross references, Project ACRE,...Joe Fernandez2011-10-294-8/+33
|\
| * docs: add developer guide cross references, Project ACRE, round 3Joe Fernandez2011-10-284-8/+33
* | adding getters to Sampler ProgramRaster, ProgramStore, Element.Alex Sakhartchouk2011-10-185-17/+257
|/
* Don't call saveLayer() when it's not requiredRomain Guy2011-10-101-1/+1
* Simplify the way we get the version info.Jason Sams2011-10-061-7/+1
* Remove unused fields in ProgramRasterJason Sams2011-09-232-12/+4
* Merge "Fix wobbly spinners"Chet Haase2011-09-121-1/+1
|\
| * Fix wobbly spinnersChet Haase2011-09-121-1/+1
* | Turn hinting back onRomain Guy2011-09-121-5/+8
|/
* Pull animation attributes out of main view class.Dianne Hackborn2011-09-091-0/+182
* Hide RTL related APIsFabrice Di Meglio2011-09-071-0/+4
* Fix bug 5231904 - Fix wobbly progress spinnersAdam Powell2011-09-021-1/+1
* Tweaks to NotificationPanel animationChet Haase2011-09-021-1/+4
* Merge "Code cleaning"Fabrice Di Meglio2011-09-011-2/+2
|\
| * Code cleaningFabrice Di Meglio2011-08-311-2/+2
* | Use floating point window positions.Dianne Hackborn2011-08-311-0/+31
* | Merge "Fix bug #5233207 android.graphics.cts.PaintTest#testBreakText fails on...Fabrice Di Meglio2011-08-311-1/+1
|\ \
| * | Fix bug #5233207 android.graphics.cts.PaintTest#testBreakText fails on IRK56F...Fabrice Di Meglio2011-08-301-1/+1
| |/
* | Accessors for frame count and duration.Jeff Sharkey2011-08-301-7/+18