Searched defs:InputEventReceiver (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | InputChannelCompat.java | 61 public static class InputEventReceiver { class in InputChannelCompat 67 public InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver() method in InputChannelCompat.InputEventReceiver 72 public InputEventReceiver(String name, InputChannel inputChannel, Looper looper, in InputEventReceiver() method in InputChannelCompat.InputEventReceiver
|
D | InputConsumerController.java | 64 private final class InputEventReceiver extends BatchedInputEventReceiver { class in InputConsumerController 66 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver() method in InputConsumerController.InputEventReceiver
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
D | PipInputConsumer.java | 64 private final class InputEventReceiver extends BatchedInputEventReceiver { class in PipInputConsumer 66 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver() method in PipInputConsumer.InputEventReceiver
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipInputConsumer.java | 64 private final class InputEventReceiver extends BatchedInputEventReceiver { class in PipInputConsumer 66 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver() method in PipInputConsumer.InputEventReceiver
|
/frameworks/base/core/java/android/view/ |
D | InputEventReceiver.java | 38 public abstract class InputEventReceiver { class 70 public InputEventReceiver(InputChannel inputChannel, Looper looper) { in InputEventReceiver() method in InputEventReceiver
|