commit | 9afbf9ceb7ddad0e4aee28c6c6393800338af6f9 | [log] [tgz] |
---|---|---|
author | Yigit Boyar <yboyar@google.com> | Mon May 09 16:42:37 2016 -0700 |
committer | Yigit Boyar <yboyar@google.com> | Tue May 10 10:49:39 2016 -0700 |
tree | da3d411c5ff5668791e37cb98af325eadf68aa69 | |
parent | b742b87a6b098ff5c354e421c0a89fb32346c244 [diff] |
Fully detach unused scrap views This CL fixes a bug in list view where an unused scrap view would stay in temporarily detached state until it is re-used. It is an invalid state for a view and to fix that issue, I've changed AbsListView to fully detached scrap views at the end of a layout pass and also treat them as regular new views once they are re-used after being fully detached. Bug: 28672259 Change-Id: I6e3f4da29f8cbca32787862402f5c21f674a7145