commit | 2473ef5654b2a4b65132a35677c6ddfd481aab2c | [log] [tgz] |
---|---|---|
author | Xavier Ducrohet <xav@android.com> | Fri Aug 14 20:47:50 2009 -0700 |
committer | Xavier Ducrohet <xav@android.com> | Mon Aug 17 14:17:05 2009 -0700 |
tree | 98ff9700a5a8854c139b7b27413c2208d21c7b34 | |
parent | 75c498426a17b47d445711bb9e36794b05876a56 [diff] |
Improved drawing/matrix support in layoutlib - Make the custom Canvas actually replace the original one so that it's used even by parts of the framework that allocate their own temp Canvas object. - Better support for Matrix: added support for mapPoint() and mapRect(), and invert() - Implemented drawBitmap() with a Matrix, and made the paint object not NPE when null.