Files
frameworks_base/core/java
Masanori Ogino f449c0c381 fix hover events consume issue
View#onHoverEvent() would always consume hover events over the view
if an application window has the clickable view/widget on it.
That's happened even if accessibility/talkback is disabled.
So those events will not dispatch to activity#onGenericMotionEvent().

The onHoverEvent method should return a real consumed state.

Change-Id: I9cac13b82866e5cdda0b03befb0de752a0a2e741
2013-01-22 18:10:52 +09:00
..
2013-01-22 18:10:52 +09:00
2012-06-22 12:35:08 -07:00