commit | 7c8bc0f931d01fe4ec1e101dd398c918295173d3 | [log] [tgz] |
---|---|---|
author | Rajeev Kumar <rajekumar@google.com> | Tue Jun 13 16:22:57 2017 -0700 |
committer | Rajeev Kumar <rajekumar@google.com> | Thu Jun 22 11:52:31 2017 -0700 |
tree | 51f843cd7e95b99d7fe95de213da1ec66fdbb4a0 | |
parent | dc83dc39c659deb5c0b1ff42191083a851d34fe5 [diff] |
1. Replace use of java.util.HashMap with android.util.ArrayMap in SwipeHelper class 2. Make few instance variables final ArrayMap is more memory efficient than a traditional HashMap, see: https://developer.android.com/reference/android/util/ArrayMap.html Change-Id: I8bb2a4f5386d0c9dd6a802ee87e3adf8c3a59805