Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h186 void HandlePointerActionMoveEvent(const std::shared_ptr<PointerEvent> touchEvent);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp174 HandlePointerActionMoveEvent(touchEvent); in OnHandleTouchEvent()
221 void KeyCommandHandler::HandlePointerActionMoveEvent(const std::shared_ptr<PointerEvent> touchEvent) in HandlePointerActionMoveEvent() function in OHOS::MMI::KeyCommandHandler
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp1383 * @tc.desc: Test HandlePointerActionMoveEvent
1395 ASSERT_NO_FATAL_FAILURE(handler.HandlePointerActionMoveEvent(touchEvent));
1402 ASSERT_NO_FATAL_FAILURE(handler.HandlePointerActionMoveEvent(touchEvent));
1409 ASSERT_NO_FATAL_FAILURE(handler.HandlePointerActionMoveEvent(touchEvent));
1992 keyCommandHandler.HandlePointerActionMoveEvent(pointerEvent);

Completed in 9 milliseconds