am dac4a90d: Merge "fix hover events consume issue"

# By Masanori Ogino
# Via Gerrit Code Review (1) and Masanori Ogino (1)
* commit 'dac4a90d656dca86bd14cd91d685c07d8a6b29a4':
  fix hover events consume issue
This commit is contained in:
Jeffrey Brown
2013-02-06 20:50:13 -08:00
committed by Android Git Automerger

View File

@@ -8071,8 +8071,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
// in onHoverEvent.
// Note that onGenericMotionEvent will be called by default when
// onHoverEvent returns false (refer to dispatchGenericMotionEvent).
dispatchGenericMotionEventInternal(event);
return true;
return dispatchGenericMotionEventInternal(event);
}
return false;