/ohos5.0/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_input_channel_test.cpp | 70 sptr<WindowInputChannel> inputChannel = new WindowInputChannel(window_); variable 123 sptr<WindowInputChannel> inputChannel = new WindowInputChannel(window_); variable 153 sptr<WindowInputChannel> inputChannel = new WindowInputChannel(window_); variable 176 sptr<WindowInputChannel> inputChannel = new WindowInputChannel(window_); variable
|
H A D | input_transfer_station_test.cpp | 98 sptr<WindowInputChannel> inputChannel = sptr<WindowInputChannel>::MakeSptr(window_); variable
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InputMonitor.java | 98 public InputMonitor( in InputMonitor() 165 InputChannel inputChannel = (InputChannel) in.readTypedObject(InputChannel.CREATOR); in InputMonitor() local
|
H A D | BatchedInputEventReceiver.java | 41 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver() 135 public SimpleBatchedInputEventReceiver(InputChannel inputChannel, Looper looper, in SimpleBatchedInputEventReceiver()
|
H A D | InputEventReceiver.java | 54 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit() 69 public InputEventReceiver(InputChannel inputChannel, Looper looper) { in InputEventReceiver() 289 InputEventReceiver createInputEventReceiver(InputChannel inputChannel, Looper looper); in createInputEventReceiver()
|
H A D | InputEventSender.java | 46 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit() 57 public InputEventSender(InputChannel inputChannel, Looper looper) { in InputEventSender()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_InputChannel.cpp | 65 NativeInputChannel::NativeInputChannel(std::unique_ptr<InputChannel> inputChannel) in NativeInputChannel() 116 JNIEnv* env, std::unique_ptr<InputChannel> inputChannel) { in android_view_InputChannel_createInputChannel() 124 std::unique_ptr<InputChannel> inputChannel) { in android_view_InputChannel_createJavaObject() 206 std::unique_ptr<InputChannel> inputChannel = std::make_unique<InputChannel>(); in android_view_InputChannel_nativeReadFromParcel() local 254 std::shared_ptr<InputChannel> inputChannel = nativeInputChannel->getInputChannel(); in android_view_InputChannel_nativeDup() local
|
H A D | android_view_InputEventSender.cpp | 87 const std::shared_ptr<InputChannel>& inputChannel, in NativeInputEventSender() 318 std::shared_ptr<InputChannel> inputChannel = in nativeInit() local
|
H A D | android_view_InputEventReceiver.cpp | 125 JNIEnv* env, jobject receiverWeak, const std::shared_ptr<InputChannel>& inputChannel, in NativeInputEventReceiver() 499 std::shared_ptr<InputChannel> inputChannel = in nativeInit() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubblesNavBarInputEventReceiver.java | 33 BubblesNavBarInputEventReceiver(InputChannel inputChannel, in BubblesNavBarInputEventReceiver()
|
H A D | BubblesNavBarGestureTracker.java | 68 InputChannel inputChannel = mInputMonitor.getInputChannel(); in start() local
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
H A D | InputConsumerController.java | 66 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver() 140 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
|
H A D | InputChannelCompat.java | 68 public InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver()
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | input_transfer_station.cpp | 117 sptr<WindowInputChannel> inputChannel = new WindowInputChannel(window); in AddInputWindow() local 151 sptr<WindowInputChannel> inputChannel = nullptr; in RemoveInputWindow() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipInputConsumer.java | 66 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver() 139 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | PointerEventDispatcher.java | 34 public PointerEventDispatcher(InputChannel inputChannel) { in PointerEventDispatcher()
|
H A D | DragInputEventReceiver.java | 50 DragInputEventReceiver(InputChannel inputChannel, Looper looper, in DragInputEventReceiver()
|
H A D | InputConsumerImpl.java | 54 InputChannel inputChannel, int clientPid, UserHandle clientUser, int displayId) { in InputConsumerImpl()
|
H A D | Letterbox.java | 258 TapEventReceiver(InputChannel inputChannel, WindowManagerService wmService) { in TapEventReceiver()
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | GestureMonitorSpyWindow.java | 48 SurfaceControl sc, InputChannel inputChannel) { in GestureMonitorSpyWindow()
|
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/ |
H A D | HandwritingEventReceiverSurface.java | 43 @NonNull InputChannel inputChannel) { in HandwritingEventReceiverSurface()
|
/aosp14/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/ |
H A D | WindowAddRemovePerfTest.java | 105 final InputChannel inputChannel = new InputChannel(); in runBenchmark() local
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowManagerServiceTests.java | 884 final InputChannel inputChannel = new InputChannel(); in testGrantInputChannel_sanitizeSpyWindowForApplications() local 904 final InputChannel inputChannel = new InputChannel(); in testGrantInputChannel_allowSpyWindowForInputMonitorPermission() local 926 final InputChannel inputChannel = new InputChannel(); in testUpdateInputChannel_sanitizeSpyWindowForApplications() local 952 final InputChannel inputChannel = new InputChannel(); in testUpdateInputChannel_allowSpyWindowForInputMonitorPermission() local
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/ |
H A D | IInputMethodSessionWrapper.java | 238 public ImeInputEventReceiver(InputChannel inputChannel, Looper looper) { in ImeInputEventReceiver()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
H A D | DragResizeInputListener.java | 342 InputChannel inputChannel, Handler handler, Choreographer choreographer) { in TaskResizeInputEventReceiver()
|