commit | 792926a58c94563cf35d532cd3db888cc1cbeb7d | [log] [tgz] |
---|---|---|
author | Doris Liu <tianliu@google.com> | Thu May 19 19:04:47 2016 -0700 |
committer | Doris Liu <tianliu@google.com> | Wed Jun 08 20:43:34 2016 +0000 |
tree | 164eadbc83eac357bc4ae13fd450aa861699b827 | |
parent | ee651e63e056f888e7cec5ebe46a2bab251496d7 [diff] |
Improve the property modification effiency of VectorDrawable animators Previously, the VectorDrawable animators modify the VD properties by doing reflection based on the property name. This CL avoids the overhead of calling reflection by wrapping the setters of VD objects in Float/IntProperty. Bug: 28124049 Change-Id: I562c8d749fdfe508564c82a700a92e835cdd9ff4 (cherry picked from commit 9f3b31b9530a2121b4557fc312972c4faa133d5e)