Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_test.cpp1063 * @tc.desc: Test the funcation CheckTwoFingerGestureAction
1087 bool ret = handler.CheckTwoFingerGestureAction(); in HWTEST_F()
1093 ret = handler.CheckTwoFingerGestureAction(); in HWTEST_F()
1096 ret = handler.CheckTwoFingerGestureAction(); in HWTEST_F()
1100 ret = handler.CheckTwoFingerGestureAction(); in HWTEST_F()
1103 ret = handler.CheckTwoFingerGestureAction(); in HWTEST_F()
1109 * @tc.desc: Test the funcation CheckTwoFingerGestureAction
1133 bool ret = handler.CheckTwoFingerGestureAction(); in HWTEST_F()
1136 ret = handler.CheckTwoFingerGestureAction(); in HWTEST_F()
1140 ret = handler.CheckTwoFingerGestureAction(); in HWTEST_F()
[all...]
/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler.h288 bool CheckTwoFingerGestureAction() const;
/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler.cpp524 if (!CheckTwoFingerGestureAction()) { in StartTwoFingerGesture()
547 bool KeyCommandHandler::CheckTwoFingerGestureAction() const in CheckTwoFingerGestureAction() function in OHOS::MMI::KeyCommandHandler

Completed in 6 milliseconds