commit | 08735185f8105710e18ad02297461bec9268e514 | [log] [tgz] |
---|---|---|
author | Chet Haase <chet@google.com> | Tue Jun 04 10:44:40 2013 -0700 |
committer | Chet Haase <chet@google.com> | Tue Jun 04 10:44:40 2013 -0700 |
tree | 71ac76413081b75700134c3006fa4eb921d1a8a6 | |
parent | aca7d39d087741f7e88e012db95ad961f9f08955 [diff] |
Use ArrayMap instead of HashMap in transitions The new ArrayMap class is more efficient for small collections. Transitions use maps all over the place to collect/use property values in setting up the transition animations. Changing to ArrayMap should be more efficient, especially in terms of memory allocations and GCs. Issue #9276256 Transitions: Reduce memory allocations Change-Id: I07b7d4ba68d5a207808eca11943aa3578fa90e3e