Searched refs:SetGestureCondition (Results 1 - 4 of 4) sorted by relevance
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/ |
H A D | touch_gesture_adapter_test.cpp | 52 ASSERT_NO_FATAL_FAILURE(touchGestureAdapter->SetGestureCondition(true, adapterType, 0)); in HWTEST_F() 53 ASSERT_NO_FATAL_FAILURE(touchGestureAdapter->SetGestureCondition(false, adapterType, 0)); in HWTEST_F() 309 ASSERT_NO_FATAL_FAILURE(touchGestureAdapter->SetGestureCondition(true, adapterType, 0)); in HWTEST_F() 312 ASSERT_NO_FATAL_FAILURE(touchGestureAdapter->SetGestureCondition(true, adapterType, 0)); in HWTEST_F() 314 ASSERT_NO_FATAL_FAILURE(touchGestureAdapter->SetGestureCondition(true, adapterType, 0)); in HWTEST_F() 318 ASSERT_NO_FATAL_FAILURE(touchGestureAdapter->SetGestureCondition(true, adapterType, 0)); in HWTEST_F() 320 ASSERT_NO_FATAL_FAILURE(touchGestureAdapter->SetGestureCondition(true, adapterType, 0)); in HWTEST_F() 322 ASSERT_NO_FATAL_FAILURE(touchGestureAdapter->SetGestureCondition(true, adapterType, 0)); in HWTEST_F() 324 ASSERT_NO_FATAL_FAILURE(touchGestureAdapter->SetGestureCondition(true, adapterType, 0)); in HWTEST_F()
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | touch_gesture_adapter.cpp | 32 void TouchGestureAdapter::SetGestureCondition(bool flag, TouchGestureType type, int32_t fingers) in SetGestureCondition() function in OHOS::MMI::TouchGestureAdapter 48 nextAdapter_->SetGestureCondition(flag, type, fingers); in SetGestureCondition()
|
/foundation/multimodalinput/input/service/touch_event_normalize/include/ |
H A D | touch_gesture_adapter.h | 32 void SetGestureCondition(bool flag, TouchGestureType type, int32_t fingers);
|
/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 1974 touchGestureAdapter_->SetGestureCondition(true, gestureType, fingers); in AddGestureMonitor() 2023 touchGestureAdapter_->SetGestureCondition(false, gestureType, fingers); in RemoveGestureMonitor()
|
Completed in 8 milliseconds