Home
last modified time | relevance | path

Searched refs:CreateTouchEvent (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_touch_guider_test.cpp58 std::shared_ptr<MMI::PointerEvent> CreateTouchEvent(int32_t action);
59 std::shared_ptr<MMI::PointerEvent> CreateTouchEvent(int32_t action,
77 CreateTouchEvent(MMI::PointerEvent::POINTER_ACTION_MOVE, points, 1, 0, 0); in PointerEventTest()
85 event = CreateTouchEvent(MMI::PointerEvent::POINTER_ACTION_MOVE, points, 1, 0, 0); in PointerEventTest()
91 event = CreateTouchEvent(MMI::PointerEvent::POINTER_ACTION_UP, points, 1, 0, 0); in PointerEventTest()
170 std::shared_ptr<MMI::PointerEvent> TouchGuiderTest::CreateTouchEvent(int32_t action) in CreateTouchEvent() function in OHOS::Accessibility::TouchGuiderTest
185 std::shared_ptr<MMI::PointerEvent> TouchGuiderTest::CreateTouchEvent(int32_t action, in CreateTouchEvent() function in OHOS::Accessibility::TouchGuiderTest
263 event = CreateTouchEvent(MMI::PointerEvent::POINTER_ACTION_UP);
316 event = CreateTouchEvent(MMI::PointerEvent::POINTER_ACTION_UP);
369 event = CreateTouchEvent(MMI::PointerEvent::POINTER_ACTION_UP);
[all …]
H A Daccessibility_touchEvent_injector_test.cpp49 MMI::PointerEvent CreateTouchEvent(int32_t action);
80 MMI::PointerEvent TouchEventInjectorTest::CreateTouchEvent(int32_t action) in CreateTouchEvent() function in OHOS::Accessibility::TouchEventInjectorTest
137 MMI::PointerEvent touchevent = CreateTouchEvent(MMI::PointerEvent::POINTER_ACTION_DOWN);
/ohos5.0/foundation/barrierfree/accessibility/services/test/moduletest/aamstest/aams_accessibility_touch_guider_test/
H A Daams_accessibility_touch_guider_test.cpp90 std::shared_ptr<MMI::PointerEvent> CreateTouchEvent(int32_t action,
106 CreateTouchEvent(MMI::PointerEvent::POINTER_ACTION_DOWN, points, 0, 0, 1); in OnPointerEventOnePointsTest1()
128 event = CreateTouchEvent(MMI::PointerEvent::POINTER_ACTION_UP, points, 0, 0, 1); in OnPointerEventOnePointsTest1()
144 CreateTouchEvent(MMI::PointerEvent::POINTER_ACTION_DOWN, point, 0, 0, 1); in OnPointerEventOnePointsTest3()
154 event = CreateTouchEvent(MMI::PointerEvent::POINTER_ACTION_MOVE, point, 0, 0, 1); in OnPointerEventOnePointsTest3()
159 event = CreateTouchEvent(MMI::PointerEvent::POINTER_ACTION_MOVE, point, 0, 0, 1); in OnPointerEventOnePointsTest3()
167 event = CreateTouchEvent(MMI::PointerEvent::POINTER_ACTION_UP, point, 0, 0, 1); in OnPointerEventOnePointsTest3()
178 CreateTouchEvent(MMI::PointerEvent::POINTER_ACTION_DOWN, points, 0, 0, 1); in OnPointerEventOnePointsTest7()
195 event = CreateTouchEvent(MMI::PointerEvent::POINTER_ACTION_UP, points, 0, 0, 1); in OnPointerEventOnePointsTest7()
679 event = CreateTouchEvent(MMI::PointerEvent::POINTER_ACTION_UP, 1);
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.cpp108 JSValue arg = EventUtil::CreateTouchEvent(view, event); in OnDragStart()
125 JSValue arg = EventUtil::CreateTouchEvent(view, event); in OnDrag()
142 JSValue argDragEnd = EventUtil::CreateTouchEvent(view, event); in OnDragEnd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_touch_handler.cpp23 auto event = CreateTouchEvent(info); in HandleTouchEvent()
65 TouchEvent ModelTouchHandler::CreateTouchEvent(const TouchEventInfo& info) const in CreateTouchEvent() function in OHOS::Ace::NG::ModelTouchHandler
H A Dmodel_touch_handler.h61 TouchEvent CreateTouchEvent(const TouchEventInfo& info) const;
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Devent_util.h50 static JSValue CreateTouchEvent(UIView &view, const DragEvent &event);
H A Devent_util.cpp120 JSValue EventUtil::CreateTouchEvent(UIView &view, const DragEvent &event) in CreateTouchEvent() function in OHOS::ACELite::EventUtil