Home
last modified time | relevance | path

Searched refs:SOURCE_TYPE_TOUCHPAD (Results 1 - 25 of 28) sorted by relevance

12

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.h37 { SourceType::TOUCH_PAD, MMI::PointerEvent::SOURCE_TYPE_TOUCHPAD },
61 case OHOS::MMI::PointerEvent::SOURCE_TYPE_TOUCHPAD: in GetEventDevice()
H A Dace_view_ohos.cpp169 } else if (pointerEvent->GetSourceType() == MMI::PointerEvent::SOURCE_TYPE_TOUCHPAD) { in DispatchEventToPerf()
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtouchpad_gesture_test.cpp76 EXPECT_EQ(pointerEvent->GetSourceType(), PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
H A Dtouch_gesture_adapter_test.cpp134 event->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/test/
H A Dinput_handler_manager_test.cpp92 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
339 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
343 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
347 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dpointer_event.h112 static constexpr int32_t SOURCE_TYPE_TOUCHPAD = 3; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_inject_test.cpp994 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
1023 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
1052 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
1081 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
1111 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
1139 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
1621 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
1753 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
1785 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
1817 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
[all...]
H A Dinput_manager_test.cpp2404 * @tc.desc: Set SourceType to SOURCE_TYPE_TOUCHPAD
2413 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
3253 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
3273 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp257 if (pointerEvent->GetSourceType() == PointerEvent::SOURCE_TYPE_TOUCHPAD) { in OnInputEvent()
562 case PointerEvent::SOURCE_TYPE_TOUCHPAD: { in GetSourceType()
1904 pointerEvent->GetSourceType() != PointerEvent::SOURCE_TYPE_TOUCHPAD) || in IsPinch()
1906 (fingers == 0 && (pointerEvent->GetSourceType() != PointerEvent::SOURCE_TYPE_TOUCHPAD || in IsPinch()
1934 if (pointerEvent->GetSourceType() != PointerEvent::SOURCE_TYPE_TOUCHPAD || in IsThreeFingersSwipe()
1947 if (pointerEvent->GetSourceType() != PointerEvent::SOURCE_TYPE_TOUCHPAD || in IsFourFingersSwipe()
1960 if (pointerEvent->GetSourceType() != PointerEvent::SOURCE_TYPE_TOUCHPAD || in IsThreeFingersTap()
1981 if (pointerEvent->GetSourceType() != PointerEvent::SOURCE_TYPE_TOUCHPAD) { in IsSwipeInward()
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouchpad_transform_processor.cpp371 pointerEvent_->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in AddItemForEventWhileSetSwipeData()
395 pointerEvent_->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in SetTouchPadMultiTapData()
448 pointerEvent_->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in ProcessTouchPadPinchDataEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_node.cpp29 { SourceType::TOUCH_PAD, MMI::PointerEvent::SOURCE_TYPE_TOUCHPAD },
/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h173 SOURCE_TYPE_TOUCHPAD = 3 enumerator
/foundation/multimodalinput/input/service/monitor/src/
H A Devent_monitor_handler.cpp482 pointerEvent->GetSourceType() == PointerEvent::SOURCE_TYPE_TOUCHPAD) { in HandleEvent()
547 pointerEvent->GetSourceType() != PointerEvent::SOURCE_TYPE_TOUCHPAD) { in UpdateConsumptionState()
/foundation/multimodalinput/input/service/interceptor/src/
H A Devent_interceptor_handler.cpp172 } else if ((pointerEvent->GetSourceType() == PointerEvent::SOURCE_TYPE_TOUCHPAD) && in CheckInputDeviceSource()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h352 static constexpr int32_t SOURCE_TYPE_TOUCHPAD = 3; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp760 case PointerEvent::SOURCE_TYPE_TOUCHPAD: { in DumpSourceType()
1284 case SOURCE_TYPE_TOUCHPAD: { in IsValid()
/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp577 sourceType = PointerEvent::SOURCE_TYPE_TOUCHPAD; in HWTEST_F()
891 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
1212 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
/foundation/multimodalinput/input/service/interceptor/test/
H A Devent_interceptor_handler_test.cpp147 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp1055 pointerEvent->GetSourceType() == PointerEvent::SOURCE_TYPE_TOUCHPAD) { in SimulateInputEvent()
1073 if (pointerEvent->GetSourceType() != PointerEvent::SOURCE_TYPE_TOUCHPAD) { in SimulateInputEvent()
1095 pointerEvent->GetSourceType() == PointerEvent::SOURCE_TYPE_TOUCHPAD) { in SimulateTouchPadEvent()
H A Dinput_handler_manager.cpp496 } else if ((pointerEvent->GetSourceType() == PointerEvent::SOURCE_TYPE_TOUCHPAD) && in CheckInputDeviceSource()
/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp884 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in JudgeIfSwipeInward()
/foundation/multimodalinput/input/service/event_handler/test/
H A Devent_normalize_handler_test.cpp383 pointerEvent->sourceType_ = PointerEvent::SOURCE_TYPE_TOUCHPAD; in HWTEST_F()
/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp788 event.sourceType = PointerEvent::SOURCE_TYPE_TOUCHPAD; in HWTEST_F()
/foundation/multimodalinput/input/service/monitor/test/
H A Devent_monitor_handler_test.cpp715 pointerEvent->SetSourceType(PointerEvent::SOURCE_TYPE_TOUCHPAD); in HWTEST_F()
/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp275 case PointerEvent::SOURCE_TYPE_TOUCHPAD: { in OnInjectPointerEventExt()

Completed in 39 milliseconds

12