Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h305 bool CheckKnuckleCondition(std::shared_ptr<PointerEvent> touchEvent);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp610 if (!CheckKnuckleCondition(touchEvent)) { in HandleKnuckleGestureEvent()
637 bool KeyCommandHandler::CheckKnuckleCondition(std::shared_ptr<PointerEvent> touchEvent) in CheckKnuckleCondition() function in OHOS::MMI::KeyCommandHandler
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp663 EXPECT_FALSE(handler.CheckKnuckleCondition(pointerEvent)); in HWTEST_F()

Completed in 10 milliseconds