Files
frameworks_base/core/java/android/view
Svetoslav e89f48bfb1 Crash in ViewRootImpl when accessibility is on.
We fire view subtree mutation events every X amount of time.
It was possible that the runnable that fires an event to be
scheduled more than once while this should not happen. As
a result there was a crash since we did not expect to have
a second run and nullified a reference.

bug:9422804

Change-Id: I914e163b026cd217e1536ab0ed3a6b11113c2c73
2013-06-18 14:43:47 -07:00
..
2013-06-18 13:30:35 -07:00
2013-06-10 17:03:47 -07:00
2013-02-19 12:30:02 -08:00
2013-02-22 19:14:37 -08:00
2013-03-22 14:49:28 -07:00