Home
last modified time | relevance | path

Searched refs:POINTER_ACTION_HOVER_EXIT (Results 1 - 10 of 10) sorted by relevance

/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h166 static constexpr int32_t POINTER_ACTION_HOVER_EXIT = 27; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/service/event_dispatch/src/
H A Devent_dispatch_handler.cpp206 point->GetPointerAction() == PointerEvent::POINTER_ACTION_HOVER_EXIT) { in HandleMultiWindowPointerEvent()
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp599 { PointerEvent::POINTER_ACTION_HOVER_EXIT, "hover-exit" },
1404 case PointerEvent::POINTER_ACTION_HOVER_EXIT: in ActionToShortStr()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp219 { OHOS::MMI::PointerEvent::POINTER_ACTION_HOVER_EXIT, TouchType::HOVER_EXIT }, in SetTouchEventType()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp281 event.SetPointerAction(MMI::PointerEvent::POINTER_ACTION_HOVER_EXIT); in SendEventToMultimodal()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp281 event.SetPointerAction(MMI::PointerEvent::POINTER_ACTION_HOVER_EXIT); in SendEventToMultimodal()
/foundation/multimodalinput/input/service/message_handle/src/
H A Dserver_msg_handler.cpp422 pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_HOVER_EXIT)) { in SaveTargetWindowId()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp453 pointerAction == PointerEvent::POINTER_ACTION_HOVER_EXIT || in FoldScreenRotation()
2606 pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_HOVER_EXIT || in UpdateDisplayInfo()
3208 pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_HOVER_EXIT || in UpdateDisplayInfo()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_aams_accessibility_touch_guider.cpp1033 EXPECT_EQ(MMI::MockInputManager::GetTouchActionOfTargetIndex(1), MMI::PointerEvent::POINTER_ACTION_HOVER_EXIT); in HWTEST_F() member in OHOS::Accessibility::MMI::PointerEvent
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_touch_guider_test/
H A Daams_accessibility_touch_guider_test.cpp1033 EXPECT_EQ(MMI::MockInputManager::GetTouchActionOfTargetIndex(1), MMI::PointerEvent::POINTER_ACTION_HOVER_EXIT); in HWTEST_F() member in OHOS::Accessibility::MMI::PointerEvent

Completed in 25 milliseconds