Home
last modified time | relevance | path

Searched refs:IsMatchGesture (Results 1 - 9 of 9) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dinput_handler_manager_test.cpp427 * @tc.desc: Test the funcation IsMatchGesture
441 bool ret = inputHdlMgr.IsMatchGesture(handler, action, count); in HWTEST_F()
444 ret = inputHdlMgr.IsMatchGesture(handler, action, count); in HWTEST_F()
449 ret = inputHdlMgr.IsMatchGesture(handler, action, count); in HWTEST_F()
452 ret = inputHdlMgr.IsMatchGesture(handler, action, count); in HWTEST_F()
456 ret = inputHdlMgr.IsMatchGesture(handler, action, count); in HWTEST_F()
459 ret = inputHdlMgr.IsMatchGesture(handler, action, count); in HWTEST_F()
/foundation/multimodalinput/input/service/monitor/include/
H A Dgesture_monitor_handler.h36 bool IsMatchGesture(int32_t action, int32_t count) const;
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouch_gesture_detector.cpp129 if (!IsMatchGesture(event->GetPointerCount()) && !IsMatchGesture(ALL_FINGER_COUNT)) { in HandleMoveEvent()
648 bool TouchGestureDetector::IsMatchGesture(int32_t count) const in IsMatchGesture() function in OHOS::MMI::TouchGestureDetector
653 bool TouchGestureDetector::IsMatchGesture(GestureMode mode, int32_t count) const in IsMatchGesture() function in OHOS::MMI::TouchGestureDetector
655 if (!IsMatchGesture(count) && !IsMatchGesture(ALL_FINGER_COUNT)) { in IsMatchGesture()
680 if (!IsMatchGesture(mode, event->GetPointerCount())) { in NotifyGestureEvent()
/foundation/multimodalinput/input/service/touch_event_normalize/include/
H A Dtouch_gesture_detector.h74 bool IsMatchGesture(int32_t count) const;
75 bool IsMatchGesture(GestureMode action, int32_t count) const;
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouch_gesture_detector_test.cpp183 EXPECT_TRUE(detector.IsMatchGesture(ALL_FINGER_COUNT)); in HWTEST_F()
1015 * @tc.desc: Test IsMatchGesture
1032 EXPECT_TRUE(detector.IsMatchGesture(mode, count));
1034 EXPECT_TRUE(detector.IsMatchGesture(mode, count));
1036 EXPECT_TRUE(detector.IsMatchGesture(mode, count));
1038 EXPECT_TRUE(detector.IsMatchGesture(mode, count));
1040 EXPECT_FALSE(detector.IsMatchGesture(mode, count));
1042 EXPECT_FALSE(detector.IsMatchGesture(mode, count));
1044 EXPECT_FALSE(detector.IsMatchGesture(mode, count));
1049 * @tc.desc: Test IsMatchGesture
[all...]
/foundation/multimodalinput/input/service/monitor/src/
H A Dgesture_monitor_handler.cpp74 bool GestureMonitorHandler::IsMatchGesture(int32_t action, int32_t count) const in IsMatchGesture() function in OHOS::MMI::GestureMonitorHandler
H A Devent_monitor_handler.cpp229 gesture_.IsMatchGesture(pointerEvent->GetPointerAction(), pointerEvent->GetPointerCount())); in Expect()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/
H A Dinput_handler_manager.h91 bool IsMatchGesture(const Handler &handler, int32_t action, int32_t count);
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp562 if (!IsMatchGesture(item.second, pointerEvent->GetPointerAction(), pointerEvent->GetPointerCount())) { in GetMonitorConsumerInfos()
776 bool InputHandlerManager::IsMatchGesture(const Handler &handler, int32_t action, int32_t count) in IsMatchGesture() function in OHOS::MMI::InputHandlerManager

Completed in 7 milliseconds