commit | 21f9a3608d618e3dcd30bc73dc60ebfb18690041 | [log] [tgz] |
---|---|---|
author | Chet Haase <chet@google.com> | Tue Apr 16 17:21:41 2013 -0700 |
committer | Chet Haase <chet@google.com> | Tue Apr 16 17:57:11 2013 -0700 |
tree | 104804268babd5304b7af5a6abbcc0808a538a4a | |
parent | 5584737fff6350ab09fb53e6a73bbff770930727 [diff] |
Fixes for setClipBounds() The invalidate region when the clip bounds are set needs to encompass both the old clip bounds and the new bounds, to make sure that the right area of the view gets erased as well as drawn. Also, we need to keep our own internal copy of the bounds, not just use the instance passed into the setter. Issue #8634060 setClipBounds() problems Change-Id: I123c49cff16e3debe8866974a5612a4efd010de4