Files
frameworks_base/core/java/android/widget
Alan Viverette ec8e720ae2 Ensure AdapterView doesn't post selection notifications forever
Previously we would loop forever if a selection notification was
posted after data had changed but the data changed bit was never
reset (e.g. a layout pass never occurred). This moves the pending
notification to occur as part of a layoutChildren() /
checkSelectionChanged() pass. If the client does horrible things
to prevent layout, no notification will occur -- but we won't loop
forever.

BUG: 17736536
Change-Id: I9773a769ad402c92dcbe2af7b8982d4443001961
2014-10-07 21:54:34 +00:00
..
2014-08-07 05:14:36 +00:00
2014-08-28 15:27:04 -07:00
2013-11-01 02:38:01 +00:00
2014-05-24 21:02:45 -07:00
2014-08-06 19:34:56 +00:00
2014-08-28 15:27:04 -07:00
2014-09-30 02:52:26 +00:00
2014-09-12 14:11:28 -07:00