Home
last modified time | relevance | path

Searched refs:RecognizeGesture (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp315 if (RecognizeGesture(keyEvent)) { in Intercept()
345 bool KeyGestureManager::LongPressCombinationKey::RecognizeGesture(std::shared_ptr<KeyEvent> keyEvent) in RecognizeGesture() function in OHOS::KeyGestureManager::LongPressCombinationKey
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_ex_test.cpp428 EXPECT_NO_FATAL_FAILURE(longPressCombinationKey.RecognizeGesture(keyEvent)); in HWTEST_F()
451 EXPECT_NO_FATAL_FAILURE(longPressCombinationKey.RecognizeGesture(keyEvent)); in HWTEST_F()
H A Dkey_gesture_manager_test.cpp431 * @tc.desc: Test the funcation RecognizeGesture
445 bool ret = longPressCombinationKey.RecognizeGesture(keyEvent); in HWTEST_F()
451 * @tc.desc: Test the funcation RecognizeGesture
465 bool ret = longPressCombinationKey.RecognizeGesture(keyEvent); in HWTEST_F()
606 * @tc.desc: Test the funcation RecognizeGesture
644 * @tc.desc: Test the funcation RecognizeGesture
/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_gesture_manager.h134 bool RecognizeGesture(std::shared_ptr<KeyEvent> keyEvent);

Completed in 4 milliseconds