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

Commit 751fb2d2 authored by Al Sutton's avatar Al Sutton Committed by Łukasz Patron
Browse files

fixup! InputManagerService: Flag when an injected event is a real input

Fixes apicheck error due to wrong comment style around @hide.

Change-Id: Iacefb6f61af7982bfd2f29aabe25750b333f25d2
parent 8cee4033
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3168,7 +3168,7 @@ public class KeyEvent extends InputEvent implements Parcelable {
        out.writeString(mCharacters);
    }

    /* @hide */
    /** @hide */
    public boolean equals(KeyEvent other) {
        return other != null
                && mId == other.mId
+1 −1
Original line number Diff line number Diff line
@@ -3790,7 +3790,7 @@ public final class MotionEvent extends InputEvent implements Parcelable {
        nativeWriteToParcel(mNativePtr, out);
    }

    /* @hide */
    /** @hide */
    public boolean equals(MotionEvent other) {
        if (other == null) {
            return false;