summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src/android/graphics/Canvas_Delegate.java
Commit message (Expand)AuthorAgeFilesLines
* Skip drawing empty shapes to keep Apple JRE happy.Deepanshu Gupta2015-10-071-0/+8
* LayoutLib: Change nullity annotations.Deepanshu Gupta2015-05-221-1/+1
* Add missing delegates for M preview.Deepanshu Gupta2015-05-131-15/+17
* Merge "Fix view outline for shadows in LayoutLib." into mnc-devDeepanshu Gupta2015-04-271-2/+5
|\
| * Fix view outline for shadows in LayoutLib.Deepanshu Gupta2015-04-271-2/+5
* | Expose drawTextRun publiclyRaph Levien2015-04-271-1/+1
|/
* Fix RoundRect radius.Deepanshu Gupta2015-03-241-2/+2
* Fix DelegatesDeepanshu Gupta2014-08-041-72/+6
* Use BlendComposite for advanced PorterDuff Modes. [DO NOT MERGE]Deepanshu Gupta2014-07-161-1/+3
* Update text rendering delegates.Deepanshu Gupta2014-07-011-41/+46
* Sort delegates in Canvas_DelegateDeepanshu Gupta2014-07-011-143/+140
* Update LayoutLib delegates.Deepanshu Gupta2014-07-011-143/+61
* am e558d180: Merge "LayoutLib: Support PorterDuffColorFilter" into lmp-previe...Deepanshu Gupta2014-06-241-2/+1
|\
| * LayoutLib: Support PorterDuffColorFilterDeepanshu Gupta2014-06-221-2/+1
* | am ee001119: Merge "LayoutLib: Add assertions for typeface." into lmp-preview...Deepanshu Gupta2014-06-051-1/+6
|\ \ | |/
| * LayoutLib: Add assertions for typeface.Deepanshu Gupta2014-06-051-1/+6
| * Layoutlib fixes for L [DO NOT MERGE]Deepanshu Gupta2014-05-271-9/+2
* | Add a native Canvas wrapper.Florin Malita2014-05-301-14/+14
* | Layoutlib fixes for LDeepanshu Gupta2014-05-221-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