Files
frameworks_base/core/java/android/view
Romain Guy f84208faf8 Prevent crash when invalidating all Views
Bug #7165793

A ViewRootImpl's root view can be null. Check for this condition to
prevent an NPE invalidateWorld(). Other messages perform a similar
check to properly handle the case where mView == null.

Change-Id: I5bcfc41c48a469d38b21be74df2f6c715b0f9352
2012-09-13 22:50:18 -07:00
..
2012-09-10 19:58:21 -07:00
2012-07-25 18:56:16 -07:00
2012-09-07 13:26:31 -07:00
2012-09-12 16:33:13 -07:00