Files
frameworks_base/core/java/android/view
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-06-06 07:37:32 -07:00
2013-02-19 12:30:02 -08:00
2013-02-19 12:30:02 -08:00
2013-02-22 19:14:37 -08:00
2013-06-06 12:10:42 -07:00
2013-06-06 12:10:42 -07:00
2013-03-22 14:49:28 -07:00