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
..
2009-07-21 11:16:54 -07:00
2010-03-19 12:23:09 -07:00
2010-03-11 18:22:10 -08:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2010-02-26 12:35:55 -08:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2010-02-18 15:53:59 -08:00
2009-04-13 16:11:55 -07:00
2010-03-29 14:40:34 -07:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2010-02-18 15:47:34 -08:00
2010-02-18 15:47:34 -08:00
2010-03-18 01:12:20 -07:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2010-05-05 13:37:21 -07:00
2009-11-13 13:53:39 -08:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2010-06-02 15:36:01 -07:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2010-03-11 18:22:10 -08:00
2009-03-03 19:31:44 -08:00
2010-03-12 10:53:11 -08:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2010-04-26 17:42:07 -07:00
2010-05-18 10:46:33 -07:00
2009-03-03 19:31:44 -08:00
2010-05-24 19:07:08 -07:00
2009-03-03 19:31:44 -08:00
2010-05-13 14:50:16 -07:00
2010-04-19 15:26:15 -07:00
2010-03-11 10:25:24 -08:00
2010-03-22 18:58:21 -07:00
2010-04-01 09:16:08 -07:00
2009-03-03 19:31:44 -08:00
2009-03-03 19:31:44 -08:00
2010-05-18 10:46:33 -07:00
2009-12-15 11:45:58 -08:00
2009-04-13 16:11:55 -07:00
2009-11-13 13:53:39 -08:00
2010-05-18 10:46:33 -07:00
2009-03-03 19:31:44 -08:00
2010-04-02 16:51:58 -04:00
2009-07-21 11:16:54 -07:00
2010-03-10 16:47:57 -08:00
2010-04-28 15:08:45 -07:00