Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/message_handle/test/
H A Dserver_msg_handler_test.cpp892 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_HOVER_MOVE); in HWTEST_F()
967 int32_t action = PointerEvent::POINTER_ACTION_HOVER_MOVE; in HWTEST_F()
986 int32_t action = PointerEvent::POINTER_ACTION_HOVER_MOVE; in HWTEST_F()
1012 int32_t action = PointerEvent::POINTER_ACTION_HOVER_MOVE; in HWTEST_F()
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h162 static constexpr int32_t POINTER_ACTION_HOVER_MOVE = 25; member in OHOS::MMI::PointerEvent
/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp597 { PointerEvent::POINTER_ACTION_HOVER_MOVE, "hover-move" },
1400 case PointerEvent::POINTER_ACTION_HOVER_MOVE: in ActionToShortStr()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_aams_accessibility_touchEvent_injector_test.cpp501 if (MMI::PointerEvent::POINTER_ACTION_HOVER_MOVE == MMI::MockInputManager::GetTouchActionOfTargetIndex(1)) { in HWTEST_F()
673 if (MMI::PointerEvent::POINTER_ACTION_HOVER_MOVE == MMI::MockInputManager::GetTouchActionOfTargetIndex(1)) { in HWTEST_F()
845 if (MMI::PointerEvent::POINTER_ACTION_HOVER_MOVE == MMI::MockInputManager::GetTouchActionOfTargetIndex(1)) { in HWTEST_F()
H A Dmock_aams_accessibility_touch_guider.cpp691 EXPECT_EQ(MMI::MockInputManager::GetTouchActionOfTargetIndex(1), MMI::PointerEvent::POINTER_ACTION_HOVER_MOVE); in HWTEST_F() member in OHOS::Accessibility::MMI::PointerEvent
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_inject_test.cpp1404 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_HOVER_MOVE); in HWTEST_F()
1433 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_HOVER_MOVE); in HWTEST_F()
1462 pointerEvent->SetPointerAction(PointerEvent::POINTER_ACTION_HOVER_MOVE); in HWTEST_F()
H A Dpointer_event_test.cpp1588 action = PointerEvent::POINTER_ACTION_HOVER_MOVE; in HWTEST_F()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp449 pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_HOVER_MOVE) { in FoldScreenRotation()
451 if (pointerAction == PointerEvent::POINTER_ACTION_HOVER_MOVE || in FoldScreenRotation()
2604 if (pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_HOVER_MOVE || in UpdateDisplayInfo()
3152 pointerEvent->GetPointerAction() != PointerEvent::POINTER_ACTION_HOVER_MOVE && in UpdateDisplayInfo()
3206 if (pointerEvent->GetPointerAction() == PointerEvent::POINTER_ACTION_HOVER_MOVE || in UpdateDisplayInfo()
3324 pointerAction != PointerEvent::POINTER_ACTION_HOVER_MOVE && in UpdateDisplayInfo()
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_touchEvent_injector_test/
H A Daams_accessibility_touchEvent_injector_test.cpp501 if (MMI::PointerEvent::POINTER_ACTION_HOVER_MOVE == MMI::MockInputManager::GetTouchActionOfTargetIndex(1)) { in HWTEST_F()
673 if (MMI::PointerEvent::POINTER_ACTION_HOVER_MOVE == MMI::MockInputManager::GetTouchActionOfTargetIndex(1)) { in HWTEST_F()
845 if (MMI::PointerEvent::POINTER_ACTION_HOVER_MOVE == MMI::MockInputManager::GetTouchActionOfTargetIndex(1)) { in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h262 event->GetPointerAction() == PointerEvent::POINTER_ACTION_HOVER_MOVE || in PrintInfoLog()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp218 { OHOS::MMI::PointerEvent::POINTER_ACTION_HOVER_MOVE, TouchType::HOVER_MOVE }, in SetTouchEventType()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_touch_guider_test.cpp367 EXPECT_EQ(touchAction, MMI::PointerEvent::POINTER_ACTION_HOVER_MOVE); in HWTEST_F()
H A Daccessibility_setting_provider_test.cpp1803 EXPECT_EQ(touchAction, MMI::PointerEvent::POINTER_ACTION_HOVER_MOVE); in HWTEST_F()
/foundation/barrierfree/accessibility/services/test/xts/src/sa_get_attribute_value/
H A Dsa_get_attribute_value_benchmark.cpp261 event.SetPointerAction(MMI::PointerEvent::POINTER_ACTION_HOVER_MOVE); in SendEventToMultimodal()
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_touch_guider.cpp261 event.SetPointerAction(MMI::PointerEvent::POINTER_ACTION_HOVER_MOVE); in SendEventToMultimodal()
/foundation/barrierfree/accessibility/common/interface/test/unittest/
H A Daccessible_ability_manager_service_stub_test.cpp372 EXPECT_EQ(touchAction, MMI::PointerEvent::POINTER_ACTION_HOVER_MOVE); in HWTEST_F()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp1047 pointerEvent->GetPointerAction() != PointerEvent::POINTER_ACTION_HOVER_MOVE && in SimulateInputEvent()
/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_touch_guider_test/
H A Daams_accessibility_touch_guider_test.cpp691 EXPECT_EQ(MMI::MockInputManager::GetTouchActionOfTargetIndex(1), MMI::PointerEvent::POINTER_ACTION_HOVER_MOVE); in HWTEST_F() member in OHOS::Accessibility::MMI::PointerEvent

Completed in 50 milliseconds