Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/frameworks/napi/touch_event/include/
H A Djs_touch_event.h33 PULL_MOVE = 5, member in OHOS::MMI::final::Action
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_constants.h106 PULL_MOVE, member in OHOS::Ace::OHOS::Ace::TouchType
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dpointer_event.h46 PULL_MOVE = 13, member in OHOS::OHOS::Ace::KeyCode
H A Dmouse_event.cpp99 case TouchType::PULL_MOVE: in ConvertAccessibilityHoverAction()
H A Dmouse_event.h50 PULL_MOVE, member in OHOS::OHOS::Ace::MouseAction
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_touch_handler.cpp115 case TouchType::PULL_MOVE: in CreateSceneTouchEvent()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.h47 { TouchType::PULL_MOVE, MMI::PointerEvent::POINTER_ACTION_PULL_MOVE },
H A Dmmi_event_convertor.cpp213 { OHOS::MMI::PointerEvent::POINTER_ACTION_PULL_MOVE, TouchType::PULL_MOVE }, in SetTouchEventType()
230 if (typeIter->second == TouchType::PULL_DOWN || typeIter->second == TouchType::PULL_MOVE || in SetTouchEventType()
261 events.pullAction = MouseAction::PULL_MOVE; in GetMouseEventAction()
265 events.pullAction = MouseAction::PULL_MOVE; in GetMouseEventAction()
269 events.pullAction = MouseAction::PULL_MOVE; in GetMouseEventAction()
479 event.action = PointerAction::PULL_MOVE; in GetPointerEventAction()
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dpointer_event.h39 PULL_MOVE, member in OHOS::MMI::TouchType
/foundation/multimodalinput/input/frameworks/napi/touch_event/src/
H A Djs_touch_event.cpp55 DECLARE_NAPI_STATIC_PROPERTY("PULL_MOVE", GetNapiInt32(env, static_cast<int32_t>(Action::PULL_MOVE))), in Export()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H A Dform_node.cpp39 { TouchType::PULL_MOVE, MMI::PointerEvent::POINTER_ACTION_PULL_MOVE },
/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.cpp181 case TouchType::PULL_MOVE: in OnTouchEvent()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp703 if (point.type == TouchType::PULL_MOVE || point.pullType == TouchType::PULL_MOVE) { in UpdateDragInfo()
706 point.pullType = TouchType::PULL_MOVE; in UpdateDragInfo()
759 if (point.type == TouchType::CANCEL && point.pullType == TouchType::PULL_MOVE) { in DispatchTouchEvent()
1215 if (event.pullAction == MouseAction::PULL_MOVE) { in MouseTest()
H A Devent_dump.cpp185 if ((point.type == TouchType::MOVE || point.type == TouchType::PULL_MOVE) && in AddGestureProcedure()
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_manager_test_ng_new.cpp452 * @tc.steps: step4. Call DispatchTouchEvent with TouchType::PULL_MOVE and in HWTEST_F()
456 event.type = TouchType::PULL_MOVE; in HWTEST_F()
461 * @tc.steps: step5. Call DispatchTouchEvent with TouchType::PULL_MOVE and in HWTEST_F()
465 event.pullType = TouchType::PULL_MOVE; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/
H A Dui_extension_component_test_ng.cpp898 mouseInfo.SetPullAction(MouseAction::PULL_MOVE); in HWTEST_F()
954 mouseInfo.SetPullAction(MouseAction::PULL_MOVE); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_pattern.cpp787 if (info.GetPullAction() == MouseAction::PULL_MOVE || info.GetPullAction() == MouseAction::PULL_UP) { in HandleMouseEvent()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp689 needInterpolation = iter->action != PointerAction::PULL_MOVE ? false : true; in FlushDragEvents()
2665 if (scalePoint.type != TouchType::MOVE && scalePoint.type != TouchType::PULL_MOVE && in OnTouchEvent()
3499 if (event.pullAction == MouseAction::PULL_MOVE) { in DispatchMouseEvent()
3500 touchPoint.pullType = TouchType::PULL_MOVE; in DispatchMouseEvent()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp514 return static_cast<int32_t>(JsTouchEvent::Action::PULL_MOVE); in GetAction()

Completed in 31 milliseconds