Files
frameworks_base/core/java/android/view
John Reck 2dedafb48f Fix NPE in onVisibilityChanged
Bug: 15089790
 onVisibilityChanged may happen before the View is attached.
 Only attempt to re-set the update listener if mLayer is not null,
 as it means the View is attached and has already drawn once. If
 mLayer is null then the update listener will be set when the view
 next draws

Change-Id: I406e359a0a0720988f026f9cbde26afdb564ca92
2014-05-29 17:40:09 -07:00
..
2014-05-12 16:42:02 -07:00
2014-05-29 15:00:29 -07:00
2013-11-01 02:38:01 +00:00
2014-05-07 14:39:44 -07:00
2014-05-29 15:00:29 -07:00
2014-05-29 15:00:29 -07:00
2014-05-19 15:28:05 -07:00
2014-05-29 15:00:29 -07:00
2014-05-19 15:28:05 -07:00
2014-05-29 15:00:29 -07:00
2014-05-15 18:22:37 +02:00
2014-05-29 15:00:29 -07:00