/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessibility_touch_guider_test.cpp | 58 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 D | accessibility_touchEvent_injector_test.cpp | 49 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 D | aams_accessibility_touch_guider_test.cpp | 90 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 D | event_listener.cpp | 108 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 D | model_touch_handler.cpp | 23 auto event = CreateTouchEvent(info); in HandleTouchEvent() 65 TouchEvent ModelTouchHandler::CreateTouchEvent(const TouchEventInfo& info) const in CreateTouchEvent() function in OHOS::Ace::NG::ModelTouchHandler
|
H A D | model_touch_handler.h | 61 TouchEvent CreateTouchEvent(const TouchEventInfo& info) const;
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | event_util.h | 50 static JSValue CreateTouchEvent(UIView &view, const DragEvent &event);
|
H A D | event_util.cpp | 120 JSValue EventUtil::CreateTouchEvent(UIView &view, const DragEvent &event) in CreateTouchEvent() function in OHOS::ACELite::EventUtil
|