Home
last modified time | relevance | path

Searched defs:inputChannel (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_input_channel_test.cpp70 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 Dinput_transfer_station_test.cpp98 sptr<WindowInputChannel> inputChannel = sptr<WindowInputChannel>::MakeSptr(window_); variable
/aosp14/frameworks/base/core/java/android/view/
H A DInputMonitor.java98 public InputMonitor( in InputMonitor()
165 InputChannel inputChannel = (InputChannel) in.readTypedObject(InputChannel.CREATOR); in InputMonitor() local
H A DBatchedInputEventReceiver.java41 InputChannel inputChannel, Looper looper, Choreographer choreographer) { in BatchedInputEventReceiver()
135 public SimpleBatchedInputEventReceiver(InputChannel inputChannel, Looper looper, in SimpleBatchedInputEventReceiver()
H A DInputEventReceiver.java54 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 DInputEventSender.java46 InputChannel inputChannel, MessageQueue messageQueue); in nativeInit()
57 public InputEventSender(InputChannel inputChannel, Looper looper) { in InputEventSender()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp65 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 Dandroid_view_InputEventSender.cpp87 const std::shared_ptr<InputChannel>& inputChannel, in NativeInputEventSender()
318 std::shared_ptr<InputChannel> inputChannel = in nativeInit() local
H A Dandroid_view_InputEventReceiver.cpp125 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 DBubblesNavBarInputEventReceiver.java33 BubblesNavBarInputEventReceiver(InputChannel inputChannel, in BubblesNavBarInputEventReceiver()
H A DBubblesNavBarGestureTracker.java68 InputChannel inputChannel = mInputMonitor.getInputChannel(); in start() local
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DInputConsumerController.java66 InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver()
140 final InputChannel inputChannel = new InputChannel(); in registerInputConsumer() local
H A DInputChannelCompat.java68 public InputEventReceiver(InputChannel inputChannel, Looper looper, in InputEventReceiver()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dinput_transfer_station.cpp117 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 DPipInputConsumer.java66 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 DPointerEventDispatcher.java34 public PointerEventDispatcher(InputChannel inputChannel) { in PointerEventDispatcher()
H A DDragInputEventReceiver.java50 DragInputEventReceiver(InputChannel inputChannel, Looper looper, in DragInputEventReceiver()
H A DInputConsumerImpl.java54 InputChannel inputChannel, int clientPid, UserHandle clientUser, int displayId) { in InputConsumerImpl()
H A DLetterbox.java258 TapEventReceiver(InputChannel inputChannel, WindowManagerService wmService) { in TapEventReceiver()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DGestureMonitorSpyWindow.java48 SurfaceControl sc, InputChannel inputChannel) { in GestureMonitorSpyWindow()
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DHandwritingEventReceiverSurface.java43 @NonNull InputChannel inputChannel) { in HandwritingEventReceiverSurface()
/aosp14/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
H A DWindowAddRemovePerfTest.java105 final InputChannel inputChannel = new InputChannel(); in runBenchmark() local
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowManagerServiceTests.java884 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 DIInputMethodSessionWrapper.java238 public ImeInputEventReceiver(InputChannel inputChannel, Looper looper) { in ImeInputEventReceiver()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DDragResizeInputListener.java342 InputChannel inputChannel, Handler handler, Choreographer choreographer) { in TaskResizeInputEventReceiver()

12