commit | 7a46dde1ae56a85fcb5cdac91173424b6355bf3c | [log] [tgz] |
---|---|---|
author | Chet Haase <chet@google.com> | Wed Jul 17 10:22:53 2013 -0700 |
committer | Chet Haase <chet@google.com> | Wed Jul 17 10:22:53 2013 -0700 |
tree | c8b3d72acfd800331f6e4fc466e87d570dbfd012 | |
parent | 4a8baef3f56042ab4592db030c61af0a4c632d15 [diff] |
Changed name of recent hasLayout() method to isLaidOut() This new method on view reflects whether the view has been laid out at least once since it was attached. hasLayout() seems too vague for that meaning; every View that has a parent has a layout (since we use container, parent, and layout interchangeably). The new version of the method is closer to the actual meaning. Change-Id: I519745739b6a6317faeb077aa61f994025cf81f3