summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src/android/graphics/Canvas_Delegate.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Layoutlib: use default nine patch classes.Xavier Ducrohet2010-11-231-1/+1
* Layoutlib: support for editing embedded layouts.Xavier Ducrohet2010-11-191-1/+1
* Layoutlib: Fix alpha support in Canvas/Paint.Xavier Ducrohet2010-11-121-37/+20
* Layoutlib: New bridge implementation using the new API 5.Xavier Ducrohet2010-11-111-1/+1
* Layoutlib: more text drawing.Xavier Ducrohet2010-11-081-7/+6
* Layoutlib native delegate: path effects and xfermode.Xavier Ducrohet2010-11-031-35/+51
* Layoutlib native delegate: primitive shapes and shadersXavier Ducrohet2010-11-031-53/+140
* More layout Canvas/Paint implementation.Xavier Ducrohet2010-11-011-25/+101
* More implementation of the layoutlib Paint/Canvas delegates.Xavier Ducrohet2010-11-011-46/+490
* Layoutlib Canvas and Paint implementation through native delegatesXavier Ducrohet2010-11-011-0/+559