Loading core/java/android/accessibilityservice/AccessibilityService.java +6 −6 Original line number Diff line number Diff line Loading @@ -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, Loading Loading @@ -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, Loading core/java/android/accessibilityservice/AccessibilityServiceInfo.java +0 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
core/java/android/accessibilityservice/AccessibilityService.java +6 −6 Original line number Diff line number Diff line Loading @@ -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, Loading Loading @@ -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, Loading
core/java/android/accessibilityservice/AccessibilityServiceInfo.java +0 −1 Original line number Diff line number Diff line Loading @@ -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; Loading