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

Commit 24a8428d authored by Daniel Norman's avatar Daniel Norman
Browse files

Fixes broken links when javadocs are rendered in the web.

Without the `#` these are rendered as
`ERROR(/attachAccessibilityOverlayToWindow)`
on the developer.android.com page

Bug: 265200336
Test: javadocs
Change-Id: I3dfb2a2101b00cd366c255b869232f53e9e0e572
parent 0889fb51
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -209,10 +209,10 @@ import java.util.function.Consumer;
 * The overlay will maintain the same relative position within the window bounds as the window
 * moves. The overlay will also maintain the same relative position within the window bounds if
 * the window is resized.
 * To attach an overlay to a window, use {@link attachAccessibilityOverlayToWindow}.
 * To attach an overlay to a window, use {@link #attachAccessibilityOverlayToWindow}.
 * Attaching an overlay to the display means that the overlay is independent of the active
 * windows on that display.
 * To attach an overlay to a display, use {@link attachAccessibilityOverlayToDisplay}. </p>
 * To attach an overlay to a display, use {@link #attachAccessibilityOverlayToDisplay}. </p>
 * <p> When positioning an overlay that is attached to a window, the service must use window
 * coordinates. In order to position an overlay on top of an existing UI element it is necessary
 * to know the bounds of that element in window coordinates. To find the bounds in window
+1 −1
Original line number Diff line number Diff line
@@ -1018,7 +1018,7 @@ public class AccessibilityServiceInfo implements Parcelable {
     *
     * @param motionEventSources A bit mask of {@link android.view.InputDevice} sources.
     * @see AccessibilityService#onMotionEvent
     * @see MotionEventSources
     * @see #MotionEventSources
     */
    public void setMotionEventSources(@MotionEventSources int motionEventSources) {
        mMotionEventSources = motionEventSources;