Home
last modified time | relevance | path

Searched refs:CheckTwoFingerGestureAction (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp508 bool ret = handler.CheckTwoFingerGestureAction();
514 ret = handler.CheckTwoFingerGestureAction();
517 ret = handler.CheckTwoFingerGestureAction();
521 ret = handler.CheckTwoFingerGestureAction();
524 ret = handler.CheckTwoFingerGestureAction();
554 bool ret = handler.CheckTwoFingerGestureAction();
557 ret = handler.CheckTwoFingerGestureAction();
561 ret = handler.CheckTwoFingerGestureAction();
564 ret = handler.CheckTwoFingerGestureAction();
568 ret = handler.CheckTwoFingerGestureAction();
[all …]
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h279 bool CheckTwoFingerGestureAction() const;
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp589 if (!CheckTwoFingerGestureAction()) { in StartTwoFingerGesture()
612 bool KeyCommandHandler::CheckTwoFingerGestureAction() const in CheckTwoFingerGestureAction() function in OHOS::MMI::KeyCommandHandler