Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouch_gesture_adapter_test.cpp52 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 Dtouch_gesture_adapter.cpp32 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 Dtouch_gesture_adapter.h32 void SetGestureCondition(bool flag, TouchGestureType type, int32_t fingers);
/foundation/multimodalinput/input/service/module_loader/src/
H A Dmmi_service.cpp1974 touchGestureAdapter_->SetGestureCondition(true, gestureType, fingers); in AddGestureMonitor()
2023 touchGestureAdapter_->SetGestureCondition(false, gestureType, fingers); in RemoveGestureMonitor()

Completed in 8 milliseconds