Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp653 * @tc.desc: Test the funcation HandleKnuckleGestureEvent
664 ASSERT_NO_FATAL_FAILURE(handler.HandleKnuckleGestureEvent(pointerEvent)); in HWTEST_F()
1310 * @tc.desc: Test the funcation HandleKnuckleGestureEvent
1327 ASSERT_NO_FATAL_FAILURE(handler.HandleKnuckleGestureEvent(touchEvent));
1329 ASSERT_NO_FATAL_FAILURE(handler.HandleKnuckleGestureEvent(touchEvent));
1331 ASSERT_NO_FATAL_FAILURE(handler.HandleKnuckleGestureEvent(touchEvent));
1333 ASSERT_NO_FATAL_FAILURE(handler.HandleKnuckleGestureEvent(touchEvent));
1335 ASSERT_NO_FATAL_FAILURE(handler.HandleKnuckleGestureEvent(touchEvent));
1337 ASSERT_NO_FATAL_FAILURE(handler.HandleKnuckleGestureEvent(touchEvent));
1339 ASSERT_NO_FATAL_FAILURE(handler.HandleKnuckleGestureEvent(touchEven
[all...]
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h311 void HandleKnuckleGestureEvent(std::shared_ptr<PointerEvent> touchEvent);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp186 HandleKnuckleGestureEvent(touchEvent); in OnHandleTouchEvent()
607 void KeyCommandHandler::HandleKnuckleGestureEvent(std::shared_ptr<PointerEvent> touchEvent) in HandleKnuckleGestureEvent() function in OHOS::MMI::KeyCommandHandler

Completed in 7 milliseconds