Files
frameworks_base/core/java/android
Romain Guy f3187b7df1 Remove unnecessary Rect, better reuse of NinePatch objects
Cloning drawables (which happens a lot) was creating copies of NinePatch
objects, which would cause the hardware renderer to generate more meshes
than necessary. Also avoid keeping a String we don't need (it was interned
but still.) Last but not least, remove 1 RectF per NinePatch in the system.

Change-Id: If4dbfa0c30892c9b00d68875e334fd5c2bde8b94
2013-06-07 12:17:11 -07:00
..
2013-03-26 17:07:37 -07:00
2013-05-30 19:26:42 -07:00
2013-05-22 19:00:09 -07:00
2013-06-06 12:10:42 -07:00