Files
frameworks_base/core/java/android/view
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-03-23 14:13:13 -07:00
2012-05-04 11:31:01 -07:00
2012-03-02 13:37:47 -08:00
2012-04-30 12:11:43 -07:00
2012-04-30 12:11:43 -07:00
2012-04-13 19:05:24 -07:00