Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h293 void HandleKnuckleGestureDownEvent(const std::shared_ptr<PointerEvent> touchEvent);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp209 HandleKnuckleGestureDownEvent(touchEvent); in HandlePointerActionDownEvent()
315 void KeyCommandHandler::HandleKnuckleGestureDownEvent(const std::shared_ptr<PointerEvent> touchEvent) in HandleKnuckleGestureDownEvent() function in OHOS::MMI::KeyCommandHandler
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp1487 ASSERT_NO_FATAL_FAILURE(handler.HandleKnuckleGestureDownEvent(touchEvent));
1495 ASSERT_NO_FATAL_FAILURE(handler.HandleKnuckleGestureDownEvent(touchEvent));
1519 ASSERT_NO_FATAL_FAILURE(handler.HandleKnuckleGestureDownEvent(touchEvent));
1541 ASSERT_NO_FATAL_FAILURE(handler.HandleKnuckleGestureDownEvent(touchEvent));

Completed in 10 milliseconds