/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessibility_screen_touch_test.cpp | 55 std::shared_ptr<MMI::PointerEvent> SetPointerEvent(uint32_t time, uint32_t action); 185 auto eventDown = SetPointerEvent(TIMESTAMP_1500, MMI::PointerEvent::POINTER_ACTION_DOWN); 188 auto eventMove = SetPointerEvent(TIMESTAMP_1600, MMI::PointerEvent::POINTER_ACTION_MOVE); 191 auto eventUp = SetPointerEvent(TIMESTAMP_1700, MMI::PointerEvent::POINTER_ACTION_UP); 215 auto eventDown = SetPointerEvent(TIMESTAMP_1200, MMI::PointerEvent::POINTER_ACTION_DOWN); 218 auto eventMove = SetPointerEvent(TIMESTAMP_1600, MMI::PointerEvent::POINTER_ACTION_MOVE); 221 auto eventUp = SetPointerEvent(TIMESTAMP_1700, MMI::PointerEvent::POINTER_ACTION_UP); 245 auto eventDown = SetPointerEvent(0, MMI::PointerEvent::POINTER_ACTION_DOWN); 248 auto eventMove1 = SetPointerEvent(TIMESTAMP_800, MMI::PointerEvent::POINTER_ACTION_MOVE); 254 auto eventUp = SetPointerEvent(TIMESTAMP_1700, MMI::PointerEvent::POINTER_ACTION_UP); [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | mouse_event.h | 224 .SetPointerEvent(pointerEvent) in CreateTouchPoint() 332 void SetPointerEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent) in SetPointerEvent() function 450 info.SetPointerEvent(event.pointerEvent); in HandleMouseEvent()
|
H A D | touch_event.h | 248 TouchEvent& SetPointerEvent(std::shared_ptr<MMI::PointerEvent> pointerEvent) in SetPointerEvent() function 460 .SetPointerEvent(pointerEvent) in UpdatePointers() 974 void SetPointerEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent) in SetPointerEvent() function
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/ |
H A D | ui_extension_component_test_ng.cpp | 711 touchEventInfo.SetPointerEvent(nullptr); 715 touchEventInfo.SetPointerEvent(pointerEvent); 754 touchEventInfo.SetPointerEvent(nullptr); 758 touchEventInfo.SetPointerEvent(pointerEvent);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | gesture_event.h | 239 void SetPointerEvent(const std::shared_ptr<MMI::PointerEvent>& pointerEvent) in SetPointerEvent() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | touch_event.cpp | 118 eventInfo.SetPointerEvent(lastPoint.pointerEvent); in CreateTouchEventInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | rotation_recognizer.cpp | 370 info.SetPointerEvent(lastPointEvent_); in SendCallbackMsg()
|
H A D | pinch_recognizer.cpp | 432 info.SetPointerEvent(lastPointEvent_); in SendCallbackMsg()
|
H A D | long_press_recognizer.cpp | 384 info.SetPointerEvent(lastPointEvent_); in SendCallbackMsg()
|
H A D | swipe_recognizer.cpp | 418 info.SetPointerEvent(lastPointEvent_); in SendCallbackMsg()
|
H A D | click_recognizer.cpp | 483 info.SetPointerEvent(lastPointEvent_); in GetGestureEventInfo()
|
H A D | pan_recognizer.cpp | 696 info.SetPointerEvent(lastPointEvent_); in GetGestureEventInfo()
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | input_windows_manager.h | 266 void SetPointerEvent(int32_t pointerAction, std::shared_ptr<PointerEvent> pointerEvent);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_pattern.cpp | 153 gestureInfo.SetPointerEvent(info.GetPointerEvent()); in HandleClickEventFromTouch()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_inject_test.cpp | 46 void SetPointerEvent(int32_t id, int32_t pressed, int32_t action, int32_t type); 93 void InputManagerInjectTest::SetPointerEvent(int32_t id, int32_t pressed, int32_t action, int32_t t… in SetPointerEvent() function in OHOS::MMI::InputManagerInjectTest
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 1190 SetPointerEvent(PointerEvent::POINTER_ACTION_CANCEL, pointerEvent); in UpdateDisplayInfo() 1197 void InputWindowsManager::SetPointerEvent(int32_t pointerAction, std::shared_ptr<PointerEvent> poin… in UpdateDisplayInfo() function in OHOS::MMI::InputWindowsManager
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_manager.cpp | 408 .SetPointerEvent(axisEvent.pointerEvent) in ConvertAxisEventToTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 5013 event.SetPointerEvent(touchEvent.pointerEvent); in TriggerOnTouchIntercept()
|