Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h315 void ProcessKnuckleGestureTouchUp(NotifyType type);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp738 ProcessKnuckleGestureTouchUp(NotifyType::REGIONGESTURE); in HandleKnuckleGestureTouchMove()
770 ProcessKnuckleGestureTouchUp(notifyType); in HandleKnuckleGestureTouchUp()
776 ProcessKnuckleGestureTouchUp(notifyType); in HandleKnuckleGestureTouchUp()
791 void KeyCommandHandler::ProcessKnuckleGestureTouchUp(NotifyType type) in ProcessKnuckleGestureTouchUp() function in OHOS::MMI::KeyCommandHandler
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp1897 * @tc.desc: Test ProcessKnuckleGestureTouchUp
1908 ASSERT_NO_FATAL_FAILURE(handler.ProcessKnuckleGestureTouchUp(type));
1911 ASSERT_NO_FATAL_FAILURE(handler.ProcessKnuckleGestureTouchUp(type));
1916 * @tc.desc: Test ProcessKnuckleGestureTouchUp
1926 ASSERT_NO_FATAL_FAILURE(eventKeyCommandHandler.ProcessKnuckleGestureTouchUp(type));

Completed in 9 milliseconds