Files
frameworks_base/core/java/android
Jeff Brown 59a422e900 Ensure that touch and hover targets are cleared when needed.
When views are removed from a view or a view is detached from
a window, we need to update the touch and hover targets appropriately.

Failing to do this resulted in a NPE while dispatching an
ACTION_HOVER_EXIT to a view that had previously been removed.
Removed views should not get input events.

Change-Id: I4af4f8e2c4028347d3f570894fd1b3b366d11455
2012-04-19 15:21:08 -07:00
..
2012-04-19 14:18:44 +08:00
2012-04-12 16:37:18 -07:00
2012-03-12 15:44:15 -07:00