Home
last modified time | relevance | path

Searched refs:SetPointerAction (Results 1 – 25 of 104) sorted by relevance

12345

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager_util.cpp150 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN); in SetupPointerEvent001()
175 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE); in SetupPointerEvent002()
200 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP); in SetupPointerEvent003()
239 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE); in SetupPointerEvent006()
340 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN); in SetupPointerEvent011()
378 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE); in SetupPointerEvent012()
416 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP); in SetupPointerEvent013()
454 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE); in SetupPointerEvent014()
478 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE); in SetupPointerEvent015()
513 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE); in SetupMouseEvent001()
[all …]
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dknuckle_drawing_manager_test.cpp102 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
130 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
158 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
195 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
311 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
314 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
372 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
419 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
512 touchEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
524 touchEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
[all …]
H A Dtouch_drawing_manager_ai_test.cpp99 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
105 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
437 touchDrawingMgr.pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
440 touchDrawingMgr.pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_UNKNOWN);
461 touchDrawingMgr.pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
465 touchDrawingMgr.pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL);
485 touchDrawingMgr.pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
517 touchDrawingMgr.pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
522 touchDrawingMgr.pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
600 touchDrawingMgr.pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
[all …]
H A Dknuckle_dynamic_drawing_manager_test.cpp124 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_PULL_DOWN);
126 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_SWIPE_END);
282 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
311 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
340 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
378 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
407 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
436 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_CANCEL);
H A Dtouch_drawing_manager_test.cpp165 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_BEGIN);
181 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_PULL_UP);
197 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
225 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
253 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
366 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
383 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
401 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
418 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
435 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
[all …]
H A Dinput_windows_manager_ex_test.cpp1111 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP);
1213 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_PULL_UP);
1265 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_PULL_UP);
2145 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_PULL_UP);
2155 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END);
2197 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_PULL_UP);
2209 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
2433 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
2464 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
2496 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
[all …]
H A Dinput_windows_manager_test.cpp1969 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
1972 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
1975 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
1978 pointerEvent->SetPointerAction(9999);
2007 pointerEvent->SetPointerAction(1);
2011 pointerEvent->SetPointerAction(1);
2015 pointerEvent->SetPointerAction(1);
2019 pointerEvent->SetPointerAction(1);
2023 pointerEvent->SetPointerAction(1);
2529 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp192 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_BUTTON_DOWN);
206 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_BUTTON_DOWN);
210 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_DOWN);
214 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_UP);
218 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_CANCEL);
552 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_BUTTON_DOWN);
554 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_CANCEL);
557 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_MOVE);
559 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_BUTTON_DOWN);
561 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_UNKNOWN);
[all …]
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_inject_test.cpp100 pointerEvent->SetPointerAction(action); in SetPointerEvent()
118 pointerEvent->SetPointerAction(action); in SetItemPointerEvent()
751 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
781 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
999 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
1060 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
1089 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
1384 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
1616 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
1646 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
[all …]
H A Dpointer_event_test.cpp50 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_DOWN); in CreatePointEvent()
233 pointerEvent1->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
245 pointerEvent2->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
266 pointerEvent1->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
278 pointerEvent2->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
290 pointerEvent3->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
313 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
344 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
554 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
865 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
[all …]
H A Dinput_manager_simulate_test.cpp130 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
149 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
167 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
200 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
239 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
288 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
377 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
574 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN);
610 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE);
646 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP);
[all …]
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_input_channel_test.cpp85 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_DOWN);
87 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_BUTTON_DOWN);
89 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_PULL_MOVE);
99 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_DOWN);
104 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_MOVE);
107 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_PULL_MOVE);
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dinput_event_builder_test.cpp236 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_CANCEL);
258 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_MOVE);
261 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_PULL_MOVE);
263 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_CANCEL);
284 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_PULL_MOVE);
287 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_MOVE);
307 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_MOVE);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_mouse_autoclick_test.cpp96 event->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_MOVE);
129 event->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_MOVE);
171 event->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_MOVE);
201 event->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_UP);
226 event->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_MOVE);
251 event->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_UP);
H A Daccessibility_input_interceptor_test.cpp203 event->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_DOWN);
234 event->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_DOWN);
262 event->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_DOWN);
286 event->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_DOWN);
315 event->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_DOWN);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_event_process.cpp42 enterEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW); in ProcessEnterLeaveEvent()
52 lastPointEvent_->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in ProcessEnterLeaveEvent()
56 enterEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW); in ProcessEnterLeaveEvent()
100 … lastDragPointEvent_->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_PULL_OUT_WINDOW); in ProcessWindowDragEvent()
106 event->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_PULL_IN_WINDOW); in ProcessWindowDragEvent()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/
H A Djs_register_module.cpp196 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE); in HandleMouseAction()
199 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_DOWN); in HandleMouseAction()
203 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in HandleMouseAction()
207 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN); in HandleMouseAction()
211 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP); in HandleMouseAction()
303 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN); in HandleTouchAction()
307 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE); in HandleTouchAction()
310 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP); in HandleTouchAction()
/ohos5.0/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp660 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE); in ParseCommand()
1212 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP); in ParseCommand()
1282 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP); in ParseCommand()
1342 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP); in ParseCommand()
1460 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP); in ParseCommand()
1947 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN); in SingleKnuckleClickEvent()
1958 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP); in SingleKnuckleClickEvent()
1988 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN); in DoubleKnuckleClickEvent()
2006 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP); in DoubleKnuckleClickEvent()
2072 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_ROTATE_END); in ProcessRotateGesture()
[all …]
/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtablet_tool_tranform_processor.cpp163 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN); in OnTipDown()
197 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE); in OnTipMotion()
241 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_UP); in OnTipUp()
265 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_PROXIMITY_IN); in OnTipProximity()
268 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_PROXIMITY_OUT); in OnTipProximity()
H A Djoystick_transform_processor.cpp68 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in OnEventJoystickButton()
71 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_DOWN); in OnEventJoystickButton()
97 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_UPDATE); in OnEventJoystickAxis()
H A Dgesture_transform_processor.cpp127 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_BEGIN); in OnEvent()
132 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_UPDATE); in OnEvent()
137 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in OnEvent()
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp98 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_MOVE); in HandleMotionInner()
217 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in HandleButtonInner()
225 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_DOWN); in HandleButtonInner()
435 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in HandleAxisBeginEndInner()
442 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_BEGIN); in HandleAxisBeginEndInner()
449 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in HandleAxisBeginEndInner()
468 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_BEGIN); in HandleScrollFingerInner()
472 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in HandleScrollFingerInner()
569 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_AXIS_END); in CheckAndPackageAxisEvent()
632 pointerEvent_->SetPointerAction(type); in NormalizeRotateEvent()
[all …]
/ohos5.0/foundation/multimodalinput/input/service/fingerprint_event_processor/src/
H A Dfingerprint_event_processor.cpp209 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_FINGERPRINT_CANCEL); in SendFingerprintCancelEvent()
263 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_FINGERPRINT_DOWN); in AnalyseKeyEvent()
276 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_FINGERPRINT_UP); in AnalyseKeyEvent()
283 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_FINGERPRINT_RETOUCH); in AnalyseKeyEvent()
290 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_FINGERPRINT_CLICK); in AnalyseKeyEvent()
328 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_FINGERPRINT_SLIDE); in AnalysePointEvent()
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/injectevent_fuzzer/
H A Dinjectevent_fuzzer.cpp97 pointerDownEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN); in InjectTouchEvent()
113 pointerUpEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP); in InjectTouchEvent()
142 pointerDownEvent->SetPointerAction(PointerEvent::POINTER_ACTION_DOWN); in InjectMouseEvent()
158 pointerUpEvent->SetPointerAction(PointerEvent::POINTER_ACTION_UP); in InjectMouseEvent()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Ddrag_controller_test.cpp214 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_CANCEL);
232 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_MOVE);
478 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_DOWN);
481 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_BUTTON_DOWN);
492 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_MOVE);
495 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_UP);
498 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_BUTTON_UP);
501 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_CANCEL);

12345