summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* Add support for Bitmap-backed Allocations in Java.Tim Murray2012-12-043-0/+45
* am c87b053b: am b29dc7e3: am f3a39f2d: Merge "Remove overzealous mutate() san...Adam Powell2012-11-281-4/+0
|\
| * am b29dc7e3: am f3a39f2d: Merge "Remove overzealous mutate() sanity check in ...Adam Powell2012-11-281-4/+0
| |\
| | * Remove overzealous mutate() sanity check in LayerDrawableAdam Powell2012-11-271-4/+0
* | | Merge "Update JNI for strided 2D copies."Tim Murray2012-11-271-5/+5
|\ \ \
| * | | Update JNI for strided 2D copies.Tim Murray2012-11-271-5/+5
* | | | Merge "Add support for face attribute to HTML string resources Bug #7480719"Romain Guy2012-11-271-5/+42
|\ \ \ \
| * | | | Add support for face attribute to HTML string resourcesRomain Guy2012-11-271-5/+42
* | | | | Undeprecate linear text APIRomain Guy2012-11-271-2/+0
|/ / / /
* | | | Merge "Add new mipMap attribute to BitmapDrawable"Romain Guy2012-11-271-2/+46
|\ \ \ \
| * | | | Add new mipMap attribute to BitmapDrawableRomain Guy2012-11-271-2/+46
* | | | | Merge "Add single channel blur test."Jason Sams2012-11-261-1/+1
|\ \ \ \ \
| * | | | | Add single channel blur test.Jason Sams2012-11-161-1/+1
* | | | | | Fix typo in exception messageJonathan Dixon2012-11-261-1/+1
* | | | | | Merge "Clarify Bitmap.copyTo/FromPixelBuffer documentation"Romain Guy2012-11-261-0/+8
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Clarify Bitmap.copyTo/FromPixelBuffer documentationRomain Guy2012-11-261-0/+8
| | |/ / / | |/| | |
* | | | | am cae3eb91: am 946facaa: am a004ff88: Merge "Use correct alpha value when a ...Chet Haase2012-11-261-4/+4
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | am 946facaa: am a004ff88: Merge "Use correct alpha value when a color is not ...Chet Haase2012-11-261-4/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge "Use correct alpha value when a color is not set on a GradientDrawable....Chet Haase2012-11-261-4/+4
| | |\ \ \
| | | * | | Use correct alpha value when a color is not set on a GradientDrawable.Chet Haase2012-11-211-4/+4
* | | | | | am 713bebda: am 6225b881: am 18bbcf7f: Merge "Copy missing state in DrawableC...Romain Guy2012-11-261-0/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | am 6225b881: am 18bbcf7f: Merge "Copy missing state in DrawableContainer" int...Romain Guy2012-11-261-0/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge "Copy missing state in DrawableContainer" into jb-mr1.1-devRomain Guy2012-11-261-0/+2
| | |\ \ \ \
| | | * | | | Copy missing state in DrawableContainerRomain Guy2012-11-201-0/+2
| | | |/ / /
* | | | | | am eb673855: am f57eaa02: am ce180c10: Merge "Cleanup: add PointF.toString()/...Romain Guy2012-11-262-10/+44
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | am f57eaa02: am ce180c10: Merge "Cleanup: add PointF.toString()/equals()/hash...Romain Guy2012-11-262-10/+44
| |\ \ \ \ | | |/ / /
| | * | | Cleanup: add PointF.toString()/equals()/hashcode()Romain Guy2012-11-202-10/+44
| | |/ /
* | | | am 29fd706a: am d5f2a8d9: am 89ac38bf: Merge "Add missing variable copies in ...Chris Craik2012-11-201-0/+8
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | am d5f2a8d9: am 89ac38bf: Merge "Add missing variable copies in Path copy con...Chris Craik2012-11-201-0/+8
| |\ \ | | |/
| | * Add missing variable copies in Path copy constructorChris Craik2012-11-161-0/+8
* | | am 58ed5d74: am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-071-0/+0
|\ \ \ | |/ /
| * | am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-071-0/+0
| |\ \ | | |/ | |/|
| | * Correct executable bit for source filesKenny Root2012-11-071-0/+0
| | * DO NOT MERGE: Remove a few left-over layout direction things.Dianne Hackborn2012-05-181-0/+1
* | | Merge "Updated android.graphics.SurfaceTexture to use wp for FrameAvailableLi...Igor Murashkin2012-11-051-1/+2
|\ \ \
| * | | Updated android.graphics.SurfaceTexture to use wp for FrameAvailableListenerIgor Murashkin2012-10-301-1/+2
* | | | am 06da2423: am 54385d91: am c01d1045: Merge "Fix for bug 7400445 regression ...Raph Levien2012-10-311-0/+5
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Fix for bug 7400445 regression in background drawableRaph Levien2012-10-311-0/+5
* | | am 85c1aef9: am 6534dd02: am 74261d84: Merge "Don\'t null the reference to Bi...Chet Haase2012-10-221-4/+9
|\ \ \ | |/ /
| * | Don't null the reference to Bitmap pixels until we're really readyChet Haase2012-10-221-4/+9
* | | am b7b30eb0: am fa71ba2c: am 1b85122b: Merge "Add API to enable mipmaps on Bi...Romain Guy2012-10-161-1/+48
|\ \ \ | |/ /
| * | Merge "Add API to enable mipmaps on Bitmap Bug #7353771" into jb-mr1-devRomain Guy2012-10-161-1/+48
| |\ \
| | * | Add API to enable mipmaps on BitmapRomain Guy2012-10-161-1/+48
* | | | am f5e768c4: am 06b9df47: am 61759d99: Merge "Convert one more bind() -> setV...Jason Sams2012-10-161-1/+1
|\ \ \ \ | |/ / /
| * | | Convert one more bind() -> setVar().Stephen Hines2012-10-161-1/+1
* | | | am 749c179e: am 8d0c431a: am 009d5413: Merge "Fix bugs in scriptGroup." into ...Jason Sams2012-10-164-4/+4
|\ \ \ \ | |/ / /
| * | | Fix bugs in scriptGroup.Jason Sams2012-10-154-4/+4
| |/ /
* | | am bc265564: am 08dd6d1f: am 56754193: Merge "Fix cycle detection for SGs." i...Jason Sams2012-10-121-29/+13
|\ \ \ | |/ /
| * | Fix cycle detection for SGs.Tim Murray2012-10-121-29/+13
* | | am 6aa40ac5: am fa6e9cf6: am 86ad8662: Merge "Don\'t scale bitmaps to an empt...Romain Guy2012-10-111-1/+1
|\ \ \ | |/ /