Files
frameworks_base/core/java/android
Jeff Brown d28f4be870 Fixed some minor bugs in MotionEvent recycling.
1. MotionEvent.recycle() never set mRecycled to true so it couldn't actually
   detect doubly-recycled events (unless the TRACK_RECYCLED_LOCATION debuging
   flag was enabled).

2. MotionEvent.obtain() did not set mNext to null before returning the event
   so it would unnecessarily retain a reference to other events in the
   recycled event linked list until recycled again.

Change-Id: I93709c402d260691875f632dfc080a355f85fbb0
2010-06-02 15:36:01 -07:00
..
2010-02-17 16:46:42 -08:00
2010-05-18 14:36:48 -07:00
2010-05-13 09:04:45 -07:00
2010-01-29 13:29:51 -08:00
2010-05-12 14:53:25 -07:00
2010-05-19 08:28:32 -07:00
2010-05-27 06:41:59 -07:00
2010-04-28 16:51:52 -07:00