am a0d547b4: am dac4a90d: Merge "fix hover events consume issue"

# By Masanori Ogino
# Via Android Git Automerger (1) and others
* commit 'a0d547b43b3508c7253da234f529acf60d00fd13':
  fix hover events consume issue
This commit is contained in:
Jeffrey Brown
2013-02-06 20:53:21 -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;