Home
last modified time | relevance | path

Searched refs:PULL_MOVE (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/touch_event/include/
H A Djs_touch_event.h33 PULL_MOVE = 5, enumerator
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp220 { 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 Dmmi_event_convertor.h47 { TouchType::PULL_MOVE, MMI::PointerEvent::POINTER_ACTION_PULL_MOVE },
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dpointer_event.h46 PULL_MOVE = 13, enumerator
H A Dmouse_event.cpp103 case TouchType::PULL_MOVE: in ConvertAccessibilityHoverAction()
H A Dmouse_event.h50 PULL_MOVE, enumerator
H A Dtouch_event.h49 PULL_MOVE, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_touch_handler.cpp116 case TouchType::PULL_MOVE: in CreateSceneTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dpointer_event.h39 PULL_MOVE, enumerator
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/touch_event/src/
H A Djs_touch_event.cpp55 …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 Dform_node.cpp40 { TouchType::PULL_MOVE, MMI::PointerEvent::POINTER_ACTION_PULL_MOVE },
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.cpp181 case TouchType::PULL_MOVE: in OnTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp682 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 Devent_dump.cpp282 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 Dui_extension_component_test_ng.cpp797 mouseInfo.SetPullAction(MouseAction::PULL_MOVE);
840 mouseInfo.SetPullAction(MouseAction::PULL_MOVE);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_manager_test_ng_new.cpp452 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 Dui_extension_pattern.cpp936 …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 Djs_input_monitor.cpp421 return static_cast<int32_t>(JsTouchEvent::Action::PULL_MOVE); in GetAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2407 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()