summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src/android/graphics/Matrix_Delegate.java
Commit message (Expand)AuthorAgeFilesLines
* Layoutlib fixes for LDeepanshu Gupta2014-05-221-0/+10
* Update Matrix_Delegate native methods.Deepanshu Gupta2014-04-211-124/+59
* Fix native method signaturesDeepanshu Gupta2014-01-291-1/+1
* Track 64bit changes to android/graphics.Narayan Kamath2014-01-281-42/+42
* Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+1129
* Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-1129/+0
* Setup ActionBars in layoutlib the same way the platform does it.Xavier Ducrohet2012-02-061-2/+2
* LayoutLib: Add debug mode.Xavier Ducrohet2011-02-231-1/+1
* LayoutLib: Hold onto delegate references.Xavier Ducrohet2011-02-231-2/+2
* LayoutLib: Annotate the custom delegate methods.Xavier Ducrohet2011-02-091-0/+42
* 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-2/+14
* LayoutLib: Finish the matrix delegate.Xavier Ducrohet2011-01-061-10/+53
* LayoutLib: add support for unsupported drawing modifiers.Xavier Ducrohet2010-12-241-47/+0
* LayoutLib: support for layers.Xavier Ducrohet2010-12-221-21/+44
* LayoutLib: support for Path and BitmapShader using delegates.Xavier Ducrohet2010-12-211-2/+0
* LayoutLib: replace the stack of Graphics2D with custom snapshots.Xavier Ducrohet2010-12-151-5/+10
* LayoutLib: Fix gradient rendering.Xavier Ducrohet2010-12-141-1/+1
* LayoutLib: Misc fix to rendering.Xavier Ducrohet2010-12-141-1/+1
* Layoutlib: Animation support.Xavier Ducrohet2010-11-291-7/+15
* LayoutLib: fix some testsXavier Ducrohet2010-11-191-0/+4
* Layoutlib: New bridge implementation using the new API 5.Xavier Ducrohet2010-11-111-1/+1
* Layoutlib native delegate: primitive shapes and shadersXavier Ducrohet2010-11-031-9/+34
* More implementation of the layoutlib Paint/Canvas delegates.Xavier Ducrohet2010-11-011-14/+18
* Implement the layoutlib Bitmap through a native delegate.Xavier Ducrohet2010-10-291-44/+44
* Reimplement the native matrix method using the new delegate way.Xavier Ducrohet2010-10-271-0/+1011