Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h323 bool IsMatchedAbility(std::vector<float> gesturePoints_, float gestureLastX, float gestureLastY);
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp736 if (!isStartBase_ && IsMatchedAbility(gesturePoints_, gestureLastX_, gestureLastY_)) { in HandleKnuckleGestureTouchMove()
885 bool KeyCommandHandler::IsMatchedAbility(std::vector<float> gesturePoints, in IsMatchedAbility() function in OHOS::MMI::KeyCommandHandler
/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp5387 * @tc.desc: Test IsMatchedAbility
5399 EXPECT_FALSE(handler.IsMatchedAbility(gesturePoints, gestureLastX, gestureLastY));
5403 EXPECT_TRUE(handler.IsMatchedAbility(gesturePoints, gestureLastX, gestureLastY));

Completed in 10 milliseconds