Home
last modified time | relevance | path

Searched refs:IsTouchpadMistouch (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/event_handler/include/
H A Dinput_event_handler.h73 bool IsTouchpadMistouch(libinput_event *event);
/foundation/multimodalinput/input/service/event_handler/src/
H A Dinput_event_handler.cpp96 if (IsTouchpadMistouch(lpEvent)) { in OnEvent()
226 bool InputEventHandler::IsTouchpadMistouch(libinput_event *event) in IsTouchpadMistouch() function in OHOS::MMI::InputEventHandler
/foundation/multimodalinput/input/service/event_handler/test/
H A Dinput_event_handler_test.cpp332 * @tc.desc: Test the funcation IsTouchpadMistouch
340 bool ret = inputEventHandler.IsTouchpadMistouch(event); in HWTEST_F()
383 * @tc.desc: Test the funcation IsTouchpadMistouch
403 bool ret = inputEventHandler.IsTouchpadMistouch(event); in HWTEST_F()

Completed in 3 milliseconds