Home
last modified time | relevance | path

Searched refs:HandleMulFingersTap (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouchpad_transform_processor_test.cpp296 auto ret = processor.HandleMulFingersTap(event, type);
1099 auto ret = processor.HandleMulFingersTap(touchpad, type);
1103 ret = processor.HandleMulFingersTap(touchpad, type);
1109 ret = processor.HandleMulFingersTap(touchpad, type);
1115 ret = processor.HandleMulFingersTap(touchpad, type);
1143 auto ret = processor.HandleMulFingersTap(touchpad, type);
1170 auto ret = processor.HandleMulFingersTap(touchpad, type);
1200 auto ret = processor.HandleMulFingersTap(touchpad, type);
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/include/
H A Dtouchpad_transform_processor.h50 int32_t HandleMulFingersTap(struct libinput_event_touch *event, int32_t type);
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h237 bool HandleMulFingersTap(const std::shared_ptr<PointerEvent> pointerEvent);
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouchpad_transform_processor.cpp626 int32_t MultiFingersTapHandler::HandleMulFingersTap(struct libinput_event_touch *event, int32_t typ… in HandleMulFingersTap() function in OHOS::MMI::MultiFingersTapHandler
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp459 MULTI_FINGERTAP_HDR->HandleMulFingersTap(touchpad, type); in HandleTouchPadEvent()
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp1472 return HandleMulFingersTap(pointer); in OnHandleEvent()
2121 bool KeyCommandHandler::HandleMulFingersTap(const std::shared_ptr<PointerEvent> pointerEvent) in HandleMulFingersTap() function in OHOS::MMI::KeyCommandHandler
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp2001 ASSERT_FALSE(handler.HandleMulFingersTap(pointerEvent));