summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src/android/graphics/Path_Delegate.java
Commit message (Expand)AuthorAgeFilesLines
* Fix missing initial moveto in path definition.Deepanshu Gupta2014-07-211-0/+3
* Update LayoutLib delegates.Deepanshu Gupta2014-07-011-13/+20
* Layoutlib: Update delegates for LDeepanshu Gupta2014-05-151-12/+3
* Add native method delegates to layoutlibDeepanshu Gupta2014-03-141-0/+7
* Update layoutlib tests to check methods return value.Deepanshu Gupta2014-02-211-1/+1
* Fix native methodsDeepanshu Gupta2014-02-181-14/+0
* Fix buildDeepanshu Gupta2014-01-291-1/+1
* Fix native method signaturesDeepanshu Gupta2014-01-291-4/+23
* Manual merge of changes from klp-devDeepanshu Gupta2014-01-291-0/+6
* Track 64bit changes to android/graphics.Narayan Kamath2014-01-281-40/+40
* Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+815
* Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-815/+0
* LayoutLib: Fix Arc rendering.Xavier Ducrohet2011-03-141-5/+4
* LayoutLib: fix Capabilities and getDimensionPixelSizeXavier Ducrohet2011-03-081-1/+1
* LayoutLib: Implement some missing add###() method in Path.Xavier Ducrohet2011-03-071-25/+80
* LayoutLib: Add debug mode.Xavier Ducrohet2011-02-231-1/+1
* LayoutLib: Hold onto delegate references.Xavier Ducrohet2011-02-231-3/+3
* LayoutLib: remove some exceptions.Xavier Ducrohet2011-02-091-7/+14
* LayoutLib: Annotate the custom delegate methods.Xavier Ducrohet2011-02-091-0/+38
* LayoutLib: update logs to use new data bundleXavier Ducrohet2011-01-141-1/+1
* LayoutLib: Use the new log tag constants from LayoutLogXavier Ducrohet2011-01-131-2/+2
* LayoutLib: use tags in logs.Xavier Ducrohet2011-01-121-1/+2
* LayoutLib: add a few misc implementations.Xavier Ducrohet2011-01-071-18/+12
* LayoutLib: Finish the matrix delegate.Xavier Ducrohet2011-01-061-1/+1
* LayoutLib: Support Region through delegates.Xavier Ducrohet2010-12-241-0/+14
* LayoutLib: add support for unsupported drawing modifiers.Xavier Ducrohet2010-12-241-48/+7
* LayoutLib: support for Path and BitmapShader using delegates.Xavier Ducrohet2010-12-211-0/+748