commit | d348b6eaa98e23cb38d90906df109aaa2d20ea7f | [log] [tgz] |
---|---|---|
author | Xavier Ducrohet <xav@android.com> | Mon Dec 20 08:22:47 2010 -0800 |
committer | Xavier Ducrohet <xav@android.com> | Tue Dec 21 10:43:18 2010 -0800 |
tree | c9195fa9628e78108424cbae0dd2a86a12d2faeb | |
parent | 19a021038f2f4683dddef651543d7298f5bd7218 [diff] |
LayoutLib: support for Path and BitmapShader using delegates. 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.