Searched refs:HandleMulFingersTap (Results 1 - 7 of 7) sorted by relevance
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | touchpad_transform_processor_test.cpp | 261 auto ret = processor.HandleMulFingersTap(event, type); in HWTEST_F() 1064 auto ret = processor.HandleMulFingersTap(touchpad, type); in HWTEST_F() 1068 ret = processor.HandleMulFingersTap(touchpad, type); in HWTEST_F() 1074 ret = processor.HandleMulFingersTap(touchpad, type); in HWTEST_F() 1080 ret = processor.HandleMulFingersTap(touchpad, type); in HWTEST_F() 1108 auto ret = processor.HandleMulFingersTap(touchpad, type); in HWTEST_F() 1135 auto ret = processor.HandleMulFingersTap(touchpad, type); in HWTEST_F() 1165 auto ret = processor.HandleMulFingersTap(touchpad, type); in HWTEST_F()
|
/foundation/multimodalinput/input/service/touch_event_normalize/include/ |
H A D | touchpad_transform_processor.h | 50 int32_t HandleMulFingersTap(struct libinput_event_touch *event, int32_t type);
|
/foundation/multimodalinput/input/service/key_command/include/ |
H A D | key_command_handler.h | 246 bool HandleMulFingersTap(const std::shared_ptr<PointerEvent> pointerEvent);
|
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | event_normalize_handler.cpp | 495 MULTI_FINGERTAP_HDR->HandleMulFingersTap(touchpad, type); in HandleTouchPadEvent()
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | touchpad_transform_processor.cpp | 636 int32_t MultiFingersTapHandler::HandleMulFingersTap(struct libinput_event_touch *event, int32_t type) in HandleMulFingersTap() function in OHOS::MMI::MultiFingersTapHandler
|
/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 1361 return HandleMulFingersTap(pointer); in OnHandleEvent() 1961 bool KeyCommandHandler::HandleMulFingersTap(const std::shared_ptr<PointerEvent> pointerEvent) in HandleMulFingersTap() function in OHOS::MMI::KeyCommandHandler
|
/foundation/multimodalinput/input/service/key_command/test/ |
H A D | key_command_handler_test.cpp | 2752 * @tc.desc: Overrides the HandleMulFingersTap function exception branch 2763 ASSERT_FALSE(handler.HandleMulFingersTap(pointerEvent));
|
Completed in 15 milliseconds