Loading core/java/android/view/ViewGroup.java +1 −1 Original line number Diff line number Diff line Loading @@ -2603,7 +2603,7 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager * It's the responsibility of the caller to recycle it once they're finished with it. * @param event The event to transform. * @param child The view whose coordinate space is to be used. * @return A copy of the the given MotionEvent, transformed into the given View's coordinate * @return A copy of the given MotionEvent, transformed into the given View's coordinate * space. */ private MotionEvent getTransformedMotionEvent(MotionEvent event, View child) { Loading Loading
core/java/android/view/ViewGroup.java +1 −1 Original line number Diff line number Diff line Loading @@ -2603,7 +2603,7 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager * It's the responsibility of the caller to recycle it once they're finished with it. * @param event The event to transform. * @param child The view whose coordinate space is to be used. * @return A copy of the the given MotionEvent, transformed into the given View's coordinate * @return A copy of the given MotionEvent, transformed into the given View's coordinate * space. */ private MotionEvent getTransformedMotionEvent(MotionEvent event, View child) { Loading