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

Commit a41c20a7 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou Committed by Android (Google) Code Review
Browse files

Merge "Remove unused Factory interface" into main

parents 8ba8e441 e14d6c37
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -278,14 +278,4 @@ public abstract class InputEventReceiver {
        writer.println(prefix + " mSeqMap: " + mSeqMap);
        writer.println(prefix + " mReceiverPtr:\n" + nativeDump(mReceiverPtr, prefix + "  "));
    }

    /**
     * Factory for InputEventReceiver
     */
    public interface Factory {
        /**
         * Create a new InputReceiver for a given inputChannel
         */
        InputEventReceiver createInputEventReceiver(InputChannel inputChannel, Looper looper);
    }
}