Home
last modified time | relevance | path

Searched refs:POINTER_ACTION_ENTER_WINDOW (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_event_process.cpp32 if (action == MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW) { in ProcessEnterLeaveEvent()
40 enterEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW); in ProcessEnterLeaveEvent()
54 enterEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW); in ProcessEnterLeaveEvent()
74 (action == MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW)) { in ProcessWindowMouseEvent()
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dpointer_event.h94 static constexpr int32_t POINTER_ACTION_ENTER_WINDOW = 10; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_interceptor.cpp40 MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW, member in OHOS::Msdp::DeviceStatus::Cooperate::MMI::PointerEvent
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h112 static constexpr int32_t POINTER_ACTION_ENTER_WINDOW = 10; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/test/unittest/common/src/
H A Devent_util_test.cpp51 if (pointerAction != PointerEvent::POINTER_ACTION_ENTER_WINDOW && in OnInputEvent()
/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp120 if (pointerAction == MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW || in TransferPointerEvent()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp1342 if (pointerAction == PointerEvent::POINTER_ACTION_ENTER_WINDOW || in UpdateDisplayInfo()
1419 if (pointerAction == PointerEvent::POINTER_ACTION_ENTER_WINDOW && windowId <= 0) { in UpdateDisplayInfo()
1509 DispatchPointer(PointerEvent::POINTER_ACTION_ENTER_WINDOW, lastWindowInfo_.id); in UpdateDisplayInfo()
2523 DispatchPointer(PointerEvent::POINTER_ACTION_ENTER_WINDOW, lastWindowInfo_.id); in UpdateDisplayInfo()
2651 DispatchPointer(PointerEvent::POINTER_ACTION_ENTER_WINDOW); in UpdateDisplayInfo()
2782 currentAction != PointerEvent::POINTER_ACTION_ENTER_WINDOW && in UpdateDisplayInfo()
3374 DispatchPointer(PointerEvent::POINTER_ACTION_ENTER_WINDOW, lastWindowInfo_.id); in UpdateDisplayInfo()
4018 case PointerEvent::POINTER_ACTION_ENTER_WINDOW: { in UpdateDisplayInfo()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp582 { PointerEvent::POINTER_ACTION_ENTER_WINDOW, "enter-window" },
1370 case PointerEvent::POINTER_ACTION_ENTER_WINDOW: in ActionToShortStr()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test2.cpp310 pointerEvent_->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW); in HWTEST_F()
319 pointerEvent_->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW); in HWTEST_F()
328 pointerEvent_->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW); in HWTEST_F()
H A Dsession_test2.cpp365 pointerEvent->SetPointerAction(MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW); in HWTEST_F()
/foundation/multimodalinput/input/service/device_manager/src/
H A Dinput_device_manager.cpp450 WIN_MGR->DispatchPointer(PointerEvent::POINTER_ACTION_ENTER_WINDOW); in OnInputDeviceAdded()
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_in.cpp66 MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW, member in OHOS::Msdp::DeviceStatus::Cooperate::MMI::PointerEvent
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_test.cpp758 int32_t pointerAction = PointerEvent::POINTER_ACTION_ENTER_WINDOW; in HWTEST_F()
2376 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_ENTER_WINDOW); in HWTEST_F()
2638 action = PointerEvent::POINTER_ACTION_ENTER_WINDOW; in HWTEST_F()
3652 int32_t pointerAction = PointerEvent::POINTER_ACTION_ENTER_WINDOW; in HWTEST_F()
3687 int32_t pointerAction = PointerEvent::POINTER_ACTION_ENTER_WINDOW; in HWTEST_F()
3884 int32_t pointerAction = PointerEvent::POINTER_ACTION_ENTER_WINDOW; in HWTEST_F()
H A Dinput_windows_manager_ex_test.cpp2591 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_ENTER_WINDOW); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp246 case OHOS::MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW: in GetMouseEventAction()
H A Dace_container.cpp3010 pointerAction == MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW) { in SetCurPointerEvent()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp1959 if (pointerAction == MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW || in TransferPointerEvent()
H A Dscene_session.cpp1947 if (action == MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW) { in TransferPointerEvent()
1952 (isSystemWindow && (action != MMI::PointerEvent::POINTER_ACTION_ENTER_WINDOW))) { in TransferPointerEvent()

Completed in 52 milliseconds