summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src/android/graphics/Canvas_Delegate.java
Commit message (Expand)AuthorAgeFilesLines
* Layoutlib fixes for L [DO NOT MERGE]Deepanshu Gupta2014-05-271-9/+2
* Layoutlib: Update delegates for LDeepanshu Gupta2014-05-151-5/+6
* Encapsulate Canvas.mNativeCanvasFlorin Malita2014-05-061-14/+14
* Update layoutlib tests to check methods return value.Deepanshu Gupta2014-02-211-4/+4
* am 1bcc286d: am db0427a0: am 5800b19a: am 50b0ce4e: am fd8cba3a: Merge "Fix t...Deepanshu Gupta2014-02-061-1/+2
|\
| * am db0427a0: am 5800b19a: am 50b0ce4e: am fd8cba3a: Merge "Fix the measuremen...Deepanshu Gupta2014-02-061-1/+2
| |\
| | * am 50b0ce4e: am fd8cba3a: Merge "Fix the measurement of text bounds." into kl...Deepanshu Gupta2014-02-061-1/+2
| | |\
| | | * Fix the measurement of text bounds.Deepanshu Gupta2014-01-071-1/+2
| * | | Fix a few more delegate methods in layoutlib.Narayan Kamath2014-01-291-1/+1
| |/ /
| * | Track 64bit changes to android/graphics.Narayan Kamath2014-01-281-79/+78
| |/
| * am b50de495: am dd4efc22: am 3a762d8b: Merge "Fix text rendering" into jb-mr2...Deepanshu Gupta2013-09-051-81/+8
| |\
| | * Fix text renderingDeepanshu Gupta2013-09-051-81/+8
* | | Fix native method signaturesDeepanshu Gupta2014-01-291-8/+11
* | | Track 64bit changes to android/graphics.Narayan Kamath2014-01-281-79/+78
* | | Fix text renderingDeepanshu Gupta2014-01-271-81/+8
* | | Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+1362
* | | Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-1362/+0
|/ /
* | Refactor Canvas.drawPicture() to delegate to PictureJonathan Dixon2013-08-081-8/+0
|/
* Add missing native methods.Deepanshu Gupta2013-05-231-14/+11
* Add missing native method to Canvas_Delegate.Xavier Ducrohet2012-05-081-0/+5
* Make Layoutlib compile on Java 6.Xavier Ducrohet2012-02-021-0/+12
* Fix broken drawCircle LayoutLib.Xavier Ducrohet2012-01-181-1/+1
* Layoutlib: misc fix + start of AndroidBidi support.Xavier Ducrohet2011-07-191-27/+0
* Fix changed native method delegates in layoutlib for ICS.Xavier Ducrohet2011-06-151-0/+27
* Import the Layoutlib from hc-mr1.Xavier Ducrohet2011-06-031-2/+2
* LayoutLib: Fix Arc rendering.Xavier Ducrohet2011-03-141-25/+48
* LayoutLib: fix incorrect indices in one of the 2 native_drawTextRun methods.Xavier Ducrohet2011-02-241-3/+2
* LayoutLib: Add debug mode.Xavier Ducrohet2011-02-231-1/+1
* LayoutLib: misc fixes.Xavier Ducrohet2011-02-231-1/+1
* LayoutLib: Hold onto delegate references.Xavier Ducrohet2011-02-231-18/+10
* LayoutLib: remove some exceptions.Xavier Ducrohet2011-02-091-25/+34
* LayoutLib: Annotate the custom delegate methods.Xavier Ducrohet2011-02-091-3/+71
* LayoutLib: update logs to use new data bundleXavier Ducrohet2011-01-141-2/+2
* LayoutLib: Fix multi-line text rendering.Xavier Ducrohet2011-01-131-1/+1
* LayoutLib: Use the new log tag constants from LayoutLogXavier Ducrohet2011-01-131-3/+3
* LayoutLib: use tags in logs.Xavier Ducrohet2011-01-121-2/+4
* LayoutLib: add a few misc implementations.Xavier Ducrohet2011-01-071-4/+21
* LayoutLib: Finish the matrix delegate.Xavier Ducrohet2011-01-061-1/+1
* LayoutLib: fix clipping issues.Xavier Ducrohet2011-01-061-1/+2
* LayoutLib: Support Region through delegates.Xavier Ducrohet2010-12-241-6/+23
* LayoutLib: add support for unsupported drawing modifiers.Xavier Ducrohet2010-12-241-76/+45
* LayoutLib: improve bitmap support.Xavier Ducrohet2010-12-221-113/+230
* LayoutLib: support for layers.Xavier Ducrohet2010-12-221-455/+298
* LayoutLib: Misc rendering fixes.Xavier Ducrohet2010-12-211-44/+70
* LayoutLib: support for Path and BitmapShader using delegates.Xavier Ducrohet2010-12-211-107/+134
* LayoutLib: replace the stack of Graphics2D with custom snapshots.Xavier Ducrohet2010-12-151-103/+103
* LayoutLib: implement more of Canvas/Paint.Xavier Ducrohet2010-12-131-17/+49
* LayoutLib: Fix logging.Xavier Ducrohet2010-12-061-22/+14
* LayoutLib: Reuse canvas when possible.Xavier Ducrohet2010-12-021-7/+19
* Layoutlib: Animation support.Xavier Ducrohet2010-11-291-4/+50