summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src/android/graphics/Path.java
Commit message (Collapse)AuthorAgeFilesLines
* LayoutLib: support for Path and BitmapShader using delegates.Xavier Ducrohet2010-12-211-611/+0
| | | | | | | | | | Also created delegates for all missing shader, xfermode and patheffect classes. Moved the logic of the xfermode, and patheffects that was in Canvas_Delegate into the xfermode/patheffect classes, and added support (in all 3 clases) for knowing if the shader/xfermode/patheffect is actually supported or not. Make use of fidelityWarning in LayoutLog if they are not.
* Reimplement the native matrix method using the new delegate way.Xavier Ducrohet2010-10-271-20/+20
| | | | | | | | | | | | Instead of renaming the old Matrix class into _Original_Matrix and have layoutlib provide a full new implementation of Matrix, we keep the old one by only modifying it to implement the native methods which calls out to a new Matrix_Delegate class. The goal is to not have to maintain the java portion in sync between the framework and the layoutlib version. Change-Id: I3e1aefffbae45e91b75331c0c6ff2260323deacd
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+611
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-611/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+611