Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28bbc825 authored by Adam Powell's avatar Adam Powell Committed by Android (Google) Code Review
Browse files

Merge "Fully qualify javadoc links and make the tools happy"

parents a50d6625 2fcbbd03
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -614,9 +614,9 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
     * Called when a child has requested sending an {@link AccessibilityEvent} and
     * gives an opportunity to its parent to augment the event.
     * <p>
     * If an {@link AccessibilityDelegate} has been specified via calling
     * {@link #setAccessibilityDelegate(AccessibilityDelegate)} its
     * {@link AccessibilityDelegate#onRequestSendAccessibilityEvent(ViewGroup, View, AccessibilityEvent)}
     * If an {@link android.view.View.AccessibilityDelegate} has been specified via calling
     * {@link android.view.View#setAccessibilityDelegate(android.view.View.AccessibilityDelegate)} its
     * {@link android.view.View.AccessibilityDelegate#onRequestSendAccessibilityEvent(ViewGroup, View, AccessibilityEvent)}
     * is responsible for handling this call.
     * </p>
     *