Loading core/java/android/view/View.java +1 −2 Original line number Diff line number Diff line Loading @@ -8064,8 +8064,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; Loading Loading
core/java/android/view/View.java +1 −2 Original line number Diff line number Diff line Loading @@ -8064,8 +8064,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; Loading