Home
last modified time | relevance | path

Searched defs:InputEventReceiver (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DInputChannelCompat.java61 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
DInputConsumerController.java64 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/
DPipInputConsumer.java64 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/
DPipInputConsumer.java64 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/
DInputEventReceiver.java38 public abstract class InputEventReceiver { class
70 public InputEventReceiver(InputChannel inputChannel, Looper looper) { in InputEventReceiver() method in InputEventReceiver