Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h294 void HandleKnuckleGestureUpEvent(const std::shared_ptr<PointerEvent> touchEvent);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp267 HandleKnuckleGestureUpEvent(touchEvent); in HandlePointerActionUpEvent()
358 void KeyCommandHandler::HandleKnuckleGestureUpEvent(const std::shared_ptr<PointerEvent> touchEvent) in HandleKnuckleGestureUpEvent() function in OHOS::MMI::KeyCommandHandler
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp1497 ASSERT_NO_FATAL_FAILURE(handler.HandleKnuckleGestureUpEvent(touchEvent));
1546 * @tc.desc: Test HandleKnuckleGestureUpEvent
1560 ASSERT_NO_FATAL_FAILURE(handler.HandleKnuckleGestureUpEvent(touchEvent));

Completed in 9 milliseconds