summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src/android/graphics
Commit message (Expand)AuthorAgeFilesLines
* Layoutlib: Update delegates for LDeepanshu Gupta2014-05-153-18/+18
* Encapsulate Canvas.mNativeCanvasFlorin Malita2014-05-061-14/+14
* Update Matrix_Delegate native methods.Deepanshu Gupta2014-04-211-124/+59
* Add isElegantHeight to LayoutlibDeepanshu Gupta2014-04-181-0/+10
* Add native method delegates to layoutlibDeepanshu Gupta2014-03-141-0/+7
* Update layoutlib tests to check methods return value.Deepanshu Gupta2014-02-214-18/+17
* Set default text style in layoutlib as NORMALDeepanshu Gupta2014-02-191-0/+3
* Fix native methodsDeepanshu Gupta2014-02-185-34/+1
* am f7193bf8: am d9f9da39: am 56b86deb: am 1c91b1f7: am 45dbfcc7: Improve text...Deepanshu Gupta2014-02-101-40/+45
|\
| * am d9f9da39: am 56b86deb: am 1c91b1f7: am 45dbfcc7: Improve text rendering an...Deepanshu Gupta2014-02-101-40/+45
| |\
| | * am 1c91b1f7: am 45dbfcc7: Improve text rendering and measurement.Deepanshu Gupta2014-02-101-40/+45
| | |\
| | | * Improve text rendering and measurement.Deepanshu Gupta2014-02-061-40/+45
* | | | am 1bcc286d: am db0427a0: am 5800b19a: am 50b0ce4e: am fd8cba3a: Merge "Fix t...Deepanshu Gupta2014-02-063-41/+60
|\ \ \ \ | |/ / /
| * | | am db0427a0: am 5800b19a: am 50b0ce4e: am fd8cba3a: Merge "Fix the measuremen...Deepanshu Gupta2014-02-063-41/+60
| |\ \ \ | | |/ /
| | * | am 50b0ce4e: am fd8cba3a: Merge "Fix the measurement of text bounds." into kl...Deepanshu Gupta2014-02-063-41/+60
| | |\ \ | | | |/
| | | * Merge "Fix the measurement of text bounds." into klp-devDeepanshu Gupta2014-02-063-41/+60
| | | |\
| | | | * Fix the measurement of text bounds.Deepanshu Gupta2014-01-073-41/+60
* | | | | am 1bceb982: am 650d30c5: am b156c019: am d5129e75: am 8a892279: Fix a bug in...Deepanshu Gupta2014-02-061-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | am 650d30c5: am b156c019: am d5129e75: am 8a892279: Fix a bug in Nine Patch l...Deepanshu Gupta2014-02-061-2/+2
| |\ \ \ \ | | |/ / /
| | * | | am d5129e75: am 8a892279: Fix a bug in Nine Patch library.Deepanshu Gupta2014-02-061-2/+2
| | |\ \ \ | | | |/ /
| | | * | Fix a bug in Nine Patch library.Deepanshu Gupta2014-02-051-2/+2
| | | |/
* | | | am 98ac6c79: resolved conflicts for merge of cb7cdd50 to klp-modular-dev-plus...Narayan Kamath2014-01-311-1/+1
|\ \ \ \ | |/ / /
| * | | resolved conflicts for merge of cb7cdd50 to klp-modular-dev-plus-aospNarayan Kamath2014-01-313-3/+3
| |\ \ \ | | |/ / | |/| |
| | * | Fix a few more delegate methods in layoutlib.Narayan Kamath2014-01-293-4/+4
| * | | resolved conflicts for merge of b82b2f98 to klp-dev-plus-aospNarayan Kamath2014-01-2836-315/+314
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Track 64bit changes to android/graphics.Narayan Kamath2014-01-2836-315/+314
| * | Update delegate methods in layoutlib.Deepanshu Gupta2013-11-254-89/+21
| |/
| * Update changed delegate method in Bitmap_Delegate. DO NOT MERGEDeepanshu Gupta2013-11-131-1/+2
| * Fix layoutlib for KKDeepanshu Gupta2013-10-161-7/+28
| * Merge "Add isPremultiplied option to Bitmap_Delegate in LayoutLib" into klp-devDeepanshu Gupta2013-09-092-14/+88
| |\
| | * Add isPremultiplied option to Bitmap_Delegate in LayoutLibDeepanshu Gupta2013-09-042-14/+88
| * | am b50de495: am dd4efc22: am 3a762d8b: Merge "Fix text rendering" into jb-mr2...Deepanshu Gupta2013-09-053-187/+253
| |\ \ | | |/ | |/|
| | * Fix text renderingDeepanshu Gupta2013-09-053-187/+253
* | | Fix buildDeepanshu Gupta2014-01-291-1/+1
* | | Fix native method signaturesDeepanshu Gupta2014-01-295-15/+38
* | | Manual merge of changes from klp-devDeepanshu Gupta2014-01-294-95/+31
* | | Track 64bit changes to android/graphics.Narayan Kamath2014-01-2836-315/+314
* | | Manual merge of changes from frameworks/base/toolsDeepanshu Gupta2014-01-271-7/+28
* | | Add isPremultiplied option to Bitmap_Delegate in LayoutLibDeepanshu Gupta2014-01-272-15/+86
* | | Fix text renderingDeepanshu Gupta2014-01-273-187/+253
* | | Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-2739-0/+9242
* | | Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-2839-9242/+0
|/ /
* | Add inPremutiplied option to BitmapFactory.Options, functionality in BitmapChris Craik2013-08-201-2/+4
* | Refactor Canvas.drawPicture() to delegate to PictureJonathan Dixon2013-08-081-8/+0
|/
* Add missing native methods.Deepanshu Gupta2013-05-233-35/+63
* Update framework to support r5967 of Skia.Derek Sollenberger2012-12-121-5/+0
* Add missing native method to Canvas_Delegate.Xavier Ducrohet2012-05-081-0/+5
* Fix Paint_Delegate with missing native method.Xavier Ducrohet2012-04-231-1/+20
* Embed layout padding in nine patch imagesAmith Yamasani2012-04-041-1/+2
* Add Delegate for ViewRootImpl#isInTouchMode to prevent IPC call in Eclipse.Xavier Ducrohet2012-03-231-4/+14