/foundation/multimodalinput/input/frameworks/napi/touch_event/include/ |
H A D | js_touch_event.h | 33 PULL_MOVE = 5, member in OHOS::MMI::final::Action
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | event_constants.h | 106 PULL_MOVE, member in OHOS::Ace::OHOS::Ace::TouchType
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | pointer_event.h | 46 PULL_MOVE = 13, member in OHOS::OHOS::Ace::KeyCode
|
H A D | mouse_event.cpp | 99 case TouchType::PULL_MOVE: in ConvertAccessibilityHoverAction()
|
H A D | mouse_event.h | 50 PULL_MOVE, member in OHOS::OHOS::Ace::MouseAction
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_touch_handler.cpp | 115 case TouchType::PULL_MOVE: in CreateSceneTouchEvent()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.h | 47 { TouchType::PULL_MOVE, MMI::PointerEvent::POINTER_ACTION_PULL_MOVE },
|
H A D | mmi_event_convertor.cpp | 213 { 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 D | pointer_event.h | 39 PULL_MOVE, member in OHOS::MMI::TouchType
|
/foundation/multimodalinput/input/frameworks/napi/touch_event/src/ |
H A D | js_touch_event.cpp | 55 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 D | form_node.cpp | 39 { TouchType::PULL_MOVE, MMI::PointerEvent::POINTER_ACTION_PULL_MOVE },
|
/foundation/arkui/ace_engine/frameworks/base/ressched/ |
H A D | ressched_report.cpp | 181 case TouchType::PULL_MOVE: in OnTouchEvent()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_manager.cpp | 703 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 D | event_dump.cpp | 185 if ((point.type == TouchType::MOVE || point.type == TouchType::PULL_MOVE) && in AddGestureProcedure()
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | event_manager_test_ng_new.cpp | 452 * @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 D | ui_extension_component_test_ng.cpp | 898 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 D | ui_extension_pattern.cpp | 787 if (info.GetPullAction() == MouseAction::PULL_MOVE || info.GetPullAction() == MouseAction::PULL_UP) { in HandleMouseEvent()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 689 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 D | js_input_monitor.cpp | 514 return static_cast<int32_t>(JsTouchEvent::Action::PULL_MOVE); in GetAction()
|