summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff
diff options
context:
space:
mode:
authorChet Haase <chet@google.com>2011-08-29 14:34:30 -0700
committerChet Haase <chet@google.com>2011-08-29 14:34:30 -0700
commite4e6e206959560a420a765aac576a8da5ec91dbd (patch)
tree4dcab68f31f74425adf1007bffda748e7480c100 /docs/html/sdk/api_diff
parent5471781430ef51fbe649179c22b98975e64d2a5e (diff)
Fixed bug with invalidation in top-level Views.
There was a bug in an InputMethod app, where popups for the keys would not pop-down again. The problem was that they were being marked INVISIBLE, but the new invalidation logic noop'd the invalidate() call that used to take place. Adding to that was logic in setFlags() that only invalidated a parent for parents that are instanceof ViewGroup. In this case, the parent is a ViewRootImpl. Fix is to call invalidateChild() on the parent if it's not a ViewGroup. Change-Id: I2c2352072d383cee1367ea7ee6c2207077721fd5
Diffstat (limited to 'docs/html/sdk/api_diff')
0 files changed, 0 insertions, 0 deletions