Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_event_process.cpp50 lastPointEvent_->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in ProcessEnterLeaveEvent()
77 if (action == MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW) { in ProcessWindowMouseEvent()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dintention_event_manager_test.cpp346 EXPECT_NE(MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW, pointerEvent->GetPointerAction()); in HWTEST_F()
350 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in HWTEST_F()
354 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in HWTEST_F()
H A Dmain_session_test.cpp243 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in HWTEST_F()
H A Dsub_session_test.cpp239 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in HWTEST_F()
H A Dsession_test2.cpp368 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dpointer_event.h95 static constexpr int32_t POINTER_ACTION_LEAVE_WINDOW = 11; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_interceptor.cpp41 MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW, member in OHOS::Msdp::DeviceStatus::Cooperate::MMI::PointerEvent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dplatform_pattern.cpp230 lastPointerEvent_->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in HandleHoverEvent()
H A Dui_extension_pattern.cpp811 lastPointerEvent_->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in HandleHoverEvent()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dmain_session.cpp150 action != MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW) { in CheckPointerEventDispatch()
H A Dsub_session.cpp169 action != MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW) { in CheckPointerEventDispatch()
H A Dsystem_session.cpp326 action != MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW) { in CheckPointerEventDispatch()
H A Dsession.cpp1960 pointerAction == MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW || in TransferPointerEvent()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h119 static constexpr int32_t POINTER_ACTION_LEAVE_WINDOW = 11; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/test/unittest/common/src/
H A Devent_util_test.cpp52 pointerAction != PointerEvent::POINTER_ACTION_LEAVE_WINDOW && in OnInputEvent()
/foundation/window/window_manager/window_scene/intention_event/src/
H A Dintention_event_manager.cpp117 (pointerEvent->GetPointerAction() != MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW)) { in UpdateLastMouseEvent()
/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp121 pointerAction == MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW || in TransferPointerEvent()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp376 if (pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_LEAVE_WINDOW) { in GetClientFd()
1465 if (pointerAction == PointerEvent::POINTER_ACTION_LEAVE_WINDOW) { in UpdateDisplayInfo()
1498 DispatchPointer(PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in UpdateDisplayInfo()
1505 DispatchPointer(PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in UpdateDisplayInfo()
2518 DispatchPointer(PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in UpdateDisplayInfo()
2781 if (currentAction != PointerEvent::POINTER_ACTION_LEAVE_WINDOW && in UpdateDisplayInfo()
3389 DispatchPointer(PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in UpdateDisplayInfo()
4022 case PointerEvent::POINTER_ACTION_LEAVE_WINDOW: { in UpdateDisplayInfo()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp583 { PointerEvent::POINTER_ACTION_LEAVE_WINDOW, "leave-window" },
1372 case PointerEvent::POINTER_ACTION_LEAVE_WINDOW: in ActionToShortStr()
/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp493 WIN_MGR->DispatchPointer(PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in OnInputDeviceRemoved()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_in.cpp67 MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW, member in OHOS::Msdp::DeviceStatus::Cooperate::MMI::PointerEvent
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/
H A Dui_extension_component_test_ng.cpp827 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in HWTEST_F()
870 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp249 case OHOS::MMI::PointerEvent::POINTER_ACTION_LEAVE_WINDOW: in GetMouseEventAction()
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_test.cpp760 pointerAction = PointerEvent::POINTER_ACTION_LEAVE_WINDOW; in HWTEST_F()
2379 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in HWTEST_F()
2657 action = PointerEvent::POINTER_ACTION_LEAVE_WINDOW; in HWTEST_F()
2810 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in HWTEST_F()
3717 pointerAction = PointerEvent::POINTER_ACTION_LEAVE_WINDOW; in HWTEST_F()
H A Dinput_windows_manager_ex_test.cpp2543 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_LEAVE_WINDOW); in HWTEST_F()

Completed in 46 milliseconds