Files
frameworks_base/core/java/android
Romain Guy b999cc118f Remove ViewTreeObserver allocations
This change replaces CopyOnWriteArrayList with a custom CopyOnWriteArray.
The new CopyOnWriteArray only allocates when a concurrent modification
is detected. Only one loop can iterate over CopyOnWriteArray at any
given time and the class is not thread safe.

Change-Id: Ie67a1ec20ff095350bf3c5d4f87cdb231ad57221
2012-05-07 16:30:54 -07:00
..
2012-04-26 20:12:44 -07:00
2012-05-06 16:10:34 -07:00
2012-05-07 16:30:54 -07:00