Home
last modified time | relevance | path

Searched refs:POINTER_ACTION_BUTTON_UP (Results 1 - 25 of 30) sorted by relevance

12

/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_mouse_key.cpp270 PerformMouseAction(MMI::PointerEvent::MOUSE_BUTTON_LEFT, MMI::PointerEvent::POINTER_ACTION_BUTTON_UP); in SendMouseClickEvent()
273 PerformMouseAction(MMI::PointerEvent::MOUSE_BUTTON_RIGHT, MMI::PointerEvent::POINTER_ACTION_BUTTON_UP); in SendMouseClickEvent()
278 PerformMouseAction(MMI::PointerEvent::MOUSE_BUTTON_LEFT, MMI::PointerEvent::POINTER_ACTION_BUTTON_UP); in SendMouseClickEvent()
279 PerformMouseAction(MMI::PointerEvent::MOUSE_BUTTON_RIGHT, MMI::PointerEvent::POINTER_ACTION_BUTTON_UP); in SendMouseClickEvent()
H A Daccessibility_mouse_autoclick.cpp102 lastMouseEvent_->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_BUTTON_UP); in SendMouseClickEvent()
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dpointer_event.h93 static constexpr int32_t POINTER_ACTION_BUTTON_UP = 9; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Djoystick_transform_processor.cpp69 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in OnEventJoystickButton()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_interceptor.cpp99 (pointerEvent->GetPointerAction() == MMI::PointerEvent::POINTER_ACTION_BUTTON_UP)) { in OnPointerEvent()
H A Dinput_event_builder.cpp229 pointerEvent_->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_BUTTON_UP); in ResetPressedEvents()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmove_drag_controller.cpp322 action == MMI::PointerEvent::POINTER_ACTION_BUTTON_UP || in ConsumeMoveEvent()
346 case MMI::PointerEvent::POINTER_ACTION_BUTTON_UP: in ConsumeMoveEvent()
409 if (pointerEvent->GetPointerAction() == MMI::PointerEvent::POINTER_ACTION_BUTTON_UP || in UpdateGravityWhenDrag()
465 case MMI::PointerEvent::POINTER_ACTION_BUTTON_UP: in ConsumeDragEvent()
954 case MMI::PointerEvent::POINTER_ACTION_BUTTON_UP: in UpdateMoveTempProperty()
/foundation/multimodalinput/input/tools/inject_event/src/
H A Dinput_manager_command.cpp403 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in ParseCommand()
487 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in ParseCommand()
568 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in ParseCommand()
579 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in ParseCommand()
670 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in ParseCommand()
1603 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in ParseCommand()
1620 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in ParseCommand()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp581 { PointerEvent::POINTER_ACTION_BUTTON_UP, "button-up" },
1141 pointAction != POINTER_ACTION_BUTTON_UP; in IsValidCheckMouseFunc()
1148 if (pointAction == POINTER_ACTION_BUTTON_DOWN || pointAction == POINTER_ACTION_BUTTON_UP) { in IsValidCheckMouseFunc()
1368 case PointerEvent::POINTER_ACTION_BUTTON_UP: in ActionToShortStr()
H A Dinput_manager_util.cpp266 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in SetupPointerEvent007()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_mouse_key_test.cpp236 int32_t expectValue = MMI::PointerEvent::POINTER_ACTION_BUTTON_UP; in HWTEST_F()
292 int32_t expectValue = MMI::PointerEvent::POINTER_ACTION_BUTTON_UP; in HWTEST_F()
H A Daccessibility_gesture_recognizer_test.cpp228 int32_t expectValue = MMI::PointerEvent::POINTER_ACTION_BUTTON_UP; in HWTEST_F()
278 int32_t expectValue = MMI::PointerEvent::POINTER_ACTION_BUTTON_UP; in HWTEST_F()
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/
H A Djs_register_module.cpp298 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in HandleMouseAction()
579 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in HandleJoystickAction()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_view_ohos.cpp182 || pointerAction == MMI::PointerEvent::POINTER_ACTION_BUTTON_UP in DispatchEventToPerf()
H A Dmmi_event_convertor.cpp243 case OHOS::MMI::PointerEvent::POINTER_ACTION_BUTTON_UP: in GetMouseEventAction()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h105 static constexpr int32_t POINTER_ACTION_BUTTON_UP = 9; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp1141 SetMouseFlag(lastPointerEvent_->GetPointerAction() == PointerEvent::POINTER_ACTION_BUTTON_UP); in UpdateDisplayInfo()
1151 if (lastPointerEvent_->GetPointerAction() == PointerEvent::POINTER_ACTION_BUTTON_UP) { in UpdateDisplayInfo()
2682 if (pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_BUTTON_UP) { in UpdateDisplayInfo()
2753 if (action == PointerEvent::POINTER_ACTION_BUTTON_UP) { in UpdateDisplayInfo()
2803 if (!dragState && (lastPointerEvent_->GetPointerAction() == PointerEvent::POINTER_ACTION_BUTTON_UP || in UpdateDisplayInfo()
3563 case PointerEvent::POINTER_ACTION_BUTTON_UP: in UpdateDisplayInfo()
3574 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in UpdateDisplayInfo()
4013 case PointerEvent::POINTER_ACTION_BUTTON_UP: in UpdateDisplayInfo()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp949 case PointerEvent::POINTER_ACTION_BUTTON_UP: { in GetJoystickAction()
1239 case PointerEvent::POINTER_ACTION_BUTTON_UP: in TransformTsActionValue()
1973 (pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_BUTTON_UP || in IsJoystick()
/foundation/window/window_manager/wmserver/src/
H A Ddrag_controller.cpp490 case MMI::PointerEvent::POINTER_ACTION_BUTTON_UP: in HandlePointerEvent()
/foundation/window/window_manager/wmserver/test/unittest/
H A Ddrag_controller_test.cpp498 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_BUTTON_UP); in HWTEST_F()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp3152 case MMI::PointerEvent::POINTER_ACTION_BUTTON_UP: in ConsumeMoveOrDragEvent()
3236 } else if (action == MMI::PointerEvent::POINTER_ACTION_BUTTON_UP) { in HandlePointerStyle()
3242 if (action == MMI::PointerEvent::POINTER_ACTION_BUTTON_UP) { in HandlePointerStyle()
3302 if (action == MMI::PointerEvent::POINTER_ACTION_UP || action == MMI::PointerEvent::POINTER_ACTION_BUTTON_UP || in ConsumePointerEvent()
3306 if ((action == MMI::PointerEvent::POINTER_ACTION_MOVE || action == MMI::PointerEvent::POINTER_ACTION_BUTTON_UP) && in ConsumePointerEvent()
3333 (action == MMI::PointerEvent::POINTER_ACTION_UP || action == MMI::PointerEvent::POINTER_ACTION_BUTTON_UP || in ConsumePointerEvent()
/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp422 g_mouseEvent->SetPointerAction(OHOS::MMI::PointerEvent::POINTER_ACTION_BUTTON_UP); in HandleMouseAction()
1122 case OHOS::MMI::PointerEvent::POINTER_ACTION_BUTTON_UP: in SetMouseEventAction()
/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp208 pointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in HandleButtonInner()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dmove_drag_controller_test.cpp955 pointerEvent->SetPointerAction(static_cast<int32_t>(MMI::PointerEvent::POINTER_ACTION_BUTTON_UP)); in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_test.cpp1999 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in HWTEST_F()
2370 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in HWTEST_F()
3358 inputWindowsManager.lastPointerEvent_->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in HWTEST_F()
3359 inputWindowsManager.pointerActionFlag_ = PointerEvent::POINTER_ACTION_BUTTON_UP; in HWTEST_F()
4030 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_BUTTON_UP); in HWTEST_F()

Completed in 86 milliseconds

12