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

Commit c7f2ff98 authored by Anton Hansson's avatar Anton Hansson Committed by Android (Google) Code Review
Browse files

Merge "Fix broken documentation in accessibility" into main

parents 9c7f3d30 a0b8fd52
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -3543,9 +3543,9 @@ public abstract class AccessibilityService extends Service {
     * @param executor Executor on which to run the callback.
     * @param callback The callback invoked when attaching the overlay has succeeded or failed. The
     *     callback is a {@link java.util.function.IntConsumer} of the result status code.
     * @see OVERLAY_RESULT_SUCCESS
     * @see OVERLAY_RESULT_INVALID
     * @see OVERLAY_RESULT_INTERNAL_ERROR
     * @see #OVERLAY_RESULT_SUCCESS
     * @see #OVERLAY_RESULT_INVALID
     * @see #OVERLAY_RESULT_INTERNAL_ERROR
     */
    public void attachAccessibilityOverlayToDisplay(
            int displayId,
@@ -3619,9 +3619,9 @@ public abstract class AccessibilityService extends Service {
     * @param executor Executor on which to run the callback.
     * @param callback The callback invoked when attaching the overlay has succeeded or failed. The
     *     callback is a {@link java.util.function.IntConsumer} of the result status code.
     * @see OVERLAY_RESULT_SUCCESS
     * @see OVERLAY_RESULT_INVALID
     * @see OVERLAY_RESULT_INTERNAL_ERROR
     * @see #OVERLAY_RESULT_SUCCESS
     * @see #OVERLAY_RESULT_INVALID
     * @see #OVERLAY_RESULT_INTERNAL_ERROR
     */
    public void attachAccessibilityOverlayToWindow(
            int accessibilityWindowId,
+0 −1
Original line number Diff line number Diff line
@@ -1020,7 +1020,6 @@ public class AccessibilityServiceInfo implements Parcelable {
     *
     * @param motionEventSources A bit mask of {@link android.view.InputDevice} sources.
     * @see AccessibilityService#onMotionEvent
     * @see #MotionEventSources
     */
    public void setMotionEventSources(@MotionEventSources int motionEventSources) {
        mMotionEventSources = motionEventSources;