diff options
author | Chet Haase <chet@google.com> | 2011-07-19 10:36:05 -0700 |
---|---|---|
committer | Chet Haase <chet@google.com> | 2011-07-19 10:53:36 -0700 |
commit | a3db866056adb01820bbd6389d20fc550be87eb3 (patch) | |
tree | a653ecccafc525b0dd7f3b46f3e8a3a538f6feb9 /location | |
parent | 49840e255beed794c1240b230b4d824520933fa1 (diff) | |
download | frameworks_base-a3db866056adb01820bbd6389d20fc550be87eb3.zip frameworks_base-a3db866056adb01820bbd6389d20fc550be87eb3.tar.gz frameworks_base-a3db866056adb01820bbd6389d20fc550be87eb3.tar.bz2 |
Don't constrain invalidation rect when not clipping children
View.setClipChidlren(false) allows children to draw outside of their containers.
But logic in ViewGroup.invalidateChildInParent() constrains the invalidation
rectangle to the bounds of the parent, making the flag useless in some situations.
Avoid intersecting the dirty rect with the parent bounds when the parent
is set to not clip its children.
Change-Id: Icc485b539758c96da0bd62ef57974a1bcb94f866
Diffstat (limited to 'location')
0 files changed, 0 insertions, 0 deletions