diff options
author | Xavier Ducrohet <xav@android.com> | 2010-10-22 14:48:17 -0700 |
---|---|---|
committer | Xavier Ducrohet <xav@android.com> | 2010-10-27 09:55:58 -0700 |
commit | 4f291d33e14e62b3301acc056a82fe206c74835f (patch) | |
tree | cc6d5b0297f4c755c2e2cee64189633007096636 /graphics | |
parent | 5da5438e4101ab3c499797f90cc3d9403e075a5a (diff) | |
download | frameworks_base-4f291d33e14e62b3301acc056a82fe206c74835f.zip frameworks_base-4f291d33e14e62b3301acc056a82fe206c74835f.tar.gz frameworks_base-4f291d33e14e62b3301acc056a82fe206c74835f.tar.bz2 |
Reimplement the native matrix method using the new delegate way.
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
Diffstat (limited to 'graphics')
0 files changed, 0 insertions, 0 deletions