/ohos5.0/foundation/multimodalinput/input/frameworks/napi/touch_event/include/ |
H A D | js_touch_event.h | 33 PULL_MOVE = 5, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.cpp | 220 { OHOS::MMI::PointerEvent::POINTER_ACTION_PULL_MOVE, TouchType::PULL_MOVE }, in SetTouchEventType() 237 if (typeIter->second == TouchType::PULL_DOWN || typeIter->second == TouchType::PULL_MOVE || in SetTouchEventType() 268 events.pullAction = MouseAction::PULL_MOVE; in GetMouseEventAction() 272 events.pullAction = MouseAction::PULL_MOVE; in GetMouseEventAction() 276 events.pullAction = MouseAction::PULL_MOVE; in GetMouseEventAction() 483 event.action = PointerAction::PULL_MOVE; in GetPointerEventAction()
|
H A D | mmi_event_convertor.h | 47 { TouchType::PULL_MOVE, MMI::PointerEvent::POINTER_ACTION_PULL_MOVE },
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | pointer_event.h | 46 PULL_MOVE = 13, enumerator
|
H A D | mouse_event.cpp | 103 case TouchType::PULL_MOVE: in ConvertAccessibilityHoverAction()
|
H A D | mouse_event.h | 50 PULL_MOVE, enumerator
|
H A D | touch_event.h | 49 PULL_MOVE, enumerator
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_touch_handler.cpp | 116 case TouchType::PULL_MOVE: in CreateSceneTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | pointer_event.h | 39 PULL_MOVE, enumerator
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/touch_event/src/ |
H A D | js_touch_event.cpp | 55 …LARE_NAPI_STATIC_PROPERTY("PULL_MOVE", GetNapiInt32(env, static_cast<int32_t>(Action::PULL_MOVE))), in Export()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_node.cpp | 40 { TouchType::PULL_MOVE, MMI::PointerEvent::POINTER_ACTION_PULL_MOVE },
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/ressched/ |
H A D | ressched_report.cpp | 181 case TouchType::PULL_MOVE: in OnTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_manager.cpp | 682 if (point.type == TouchType::PULL_MOVE || point.pullType == TouchType::PULL_MOVE) { in DispatchTouchEvent() 685 point.pullType = TouchType::PULL_MOVE; in DispatchTouchEvent() 724 if (point.type == TouchType::CANCEL && point.pullType == TouchType::PULL_MOVE) { in DispatchTouchEvent() 1193 if (event.pullAction == MouseAction::PULL_MOVE) { in MouseTest()
|
H A D | event_dump.cpp | 282 if ((point.type == TouchType::MOVE || point.type == TouchType::PULL_MOVE) && in AddGestureProcedure()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/ |
H A D | ui_extension_component_test_ng.cpp | 797 mouseInfo.SetPullAction(MouseAction::PULL_MOVE); 840 mouseInfo.SetPullAction(MouseAction::PULL_MOVE);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | event_manager_test_ng_new.cpp | 452 event.type = TouchType::PULL_MOVE; 461 event.pullType = TouchType::PULL_MOVE;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | ui_extension_pattern.cpp | 936 …if (info.GetPullAction() == MouseAction::PULL_MOVE || info.GetPullAction() == MouseAction::PULL_UP… in HandleMouseEvent()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 421 return static_cast<int32_t>(JsTouchEvent::Action::PULL_MOVE); in GetAction()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 2407 if (scalePoint.type != TouchType::MOVE && scalePoint.type != TouchType::PULL_MOVE && in OnTouchEvent() 3111 if (event.pullAction == MouseAction::PULL_MOVE) { in OnMouseEvent() 3112 touchPoint.pullType = TouchType::PULL_MOVE; in OnMouseEvent()
|