Files
frameworks_base/core/java/android/view
Gopal Krishna Shukla f7abcda5f2 Provide synchronization to setview to avoid NPE
If setView() will be called from two different threads
then mView property of a View object may have inconsistent
value. For instance, setView() may set mView to null causing
NullPointerException. Synchronize root.setView() as well to
avoid this.

Change-Id: I5f9cf47ece5d4aca575bd8644ecfcee0ed43d843
2016-09-22 04:48:24 +00:00
..
2016-05-17 14:21:01 -07:00
2016-06-27 07:56:37 -07:00
2016-03-09 16:34:49 -05:00
2016-03-28 21:58:30 +00:00