Home
last modified time | relevance | path

Searched refs:TOUCHPAD (Results 1 - 14 of 14) sorted by relevance

/foundation/multimodalinput/input/frameworks/napi/mouse_event/src/
H A Djs_mouse_event.cpp61 TOUCHPAD = 3 member in OHOS::MMI::__anon11310::Button::ToolType
111 DECLARE_NAPI_STATIC_PROPERTY("TOUCHPAD", GetNapiInt32(env, static_cast<int32_t>(ToolType::TOUCHPAD))), in Export()
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dace_events.h51 TOUCHPAD = 9, member in OHOS::Ace::KeyCode::SourceTool
/foundation/multimodalinput/input/service/mouse_event_normalize/include/
H A Dmouse_transform_processor.h73 TOUCHPAD = 2, member in OHOS::MMI::final::PointerDataSource
/foundation/distributedhardware/distributed_input/services/sink/inputcollector/src/
H A Ddistributed_input_collector.cpp176 (inputType & static_cast<uint32_t>(DInputDeviceType::TOUCHPAD)) != 0) { in SetSharingTypes()
/foundation/distributedhardware/distributed_input/common/include/
H A Dconstants_dinput.h61 TOUCHPAD = MOUSE, member in OHOS::DistributedHardware::DistributedInput::DInputDeviceType
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp330 if (info.GetSourceTool() == SourceTool::TOUCHPAD) { in HandleDragStart()
437 bool isScrollFromTouchPad = info.GetSourceTool() == SourceTool::TOUCHPAD; in HandleDragEnd()
1317 return info.GetInputEventType() == InputEventType::AXIS && info.GetSourceTool() != SourceTool::TOUCHPAD; in IsMouseWheelScroll()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_method_test_ng.cpp1555 gestureEvent->SetSourceTool(SourceTool::TOUCHPAD); in HWTEST_F()
1561 gestureEvent2->SetSourceTool(SourceTool::TOUCHPAD); in HWTEST_F()
H A Dweb_pattern_test_ng.cpp1519 event.SetSourceTool(SourceTool::TOUCHPAD); in HWTEST_F()
1546 event.SetSourceTool(SourceTool::TOUCHPAD); in HWTEST_F()
1574 event.SetSourceTool(SourceTool::TOUCHPAD); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp294 (event.GetSourceTool() != SourceTool::TOUCHPAD)) { in AddOrRemovePanEvent()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp52 return SourceTool::TOUCHPAD; in GetSourceTool()
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_event_test_ng.cpp76 info.SetSourceTool(SourceTool::TOUCHPAD); in CreateDragInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp865 (event.GetSourceTool() == SourceTool::TOUCHPAD)) { in HandleFlingMove()
907 if (event.GetSourceTool() == SourceTool::TOUCHPAD) { in InitPinchEvent()
925 if (event.GetSourceTool() == SourceTool::TOUCHPAD) { in InitPinchEvent()
7045 (event.GetSourceTool() == SourceTool::TOUCHPAD)) { in UpdateTouchpadSlidingStatus()
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js2204 event.sourceTool === SourceTool.TOUCHPAD) {
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp2219 (info.GetInputEventType() == InputEventType::AXIS && info.GetSourceTool() == SourceTool::TOUCHPAD); in InitPanEvent()
2798 info.GetInputEventType() == InputEventType::AXIS && info.GetSourceTool() == SourceTool::TOUCHPAD); in HandleDragStart()
2840 if (info.GetInputEventType() == InputEventType::AXIS && info.GetSourceTool() == SourceTool::TOUCHPAD) { in HandleDragUpdate()

Completed in 40 milliseconds