/foundation/multimodalinput/input/frameworks/napi/touch_event/include/ |
H A D | js_touch_event.h | 34 PULL_UP = 6, member in OHOS::MMI::final::Action
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | event_constants.h | 105 PULL_UP, member in OHOS::Ace::OHOS::Ace::TouchType
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | pointer_event.h | 47 PULL_UP = 14, member in OHOS::OHOS::Ace::KeyCode
|
H A D | mouse_event.cpp | 98 case TouchType::PULL_UP: in ConvertAccessibilityHoverAction()
|
H A D | mouse_event.h | 51 PULL_UP, member in OHOS::OHOS::Ace::MouseAction
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/ |
H A D | model_touch_handler.cpp | 114 case TouchType::PULL_UP: in CreateSceneTouchEvent()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.h | 48 { TouchType::PULL_UP, MMI::PointerEvent::POINTER_ACTION_PULL_UP },
|
H A D | mmi_event_convertor.cpp | 214 { OHOS::MMI::PointerEvent::POINTER_ACTION_PULL_UP, TouchType::PULL_UP }, in SetTouchEventType() 231 typeIter->second == TouchType::PULL_UP || typeIter->second == TouchType::PULL_IN_WINDOW || in SetTouchEventType() 273 events.pullAction = MouseAction::PULL_UP; in GetMouseEventAction() 482 event.action = PointerAction::PULL_UP; in GetPointerEventAction()
|
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | pointer_event.h | 38 PULL_UP, member in OHOS::MMI::TouchType
|
/foundation/multimodalinput/input/frameworks/napi/touch_event/src/ |
H A D | js_touch_event.cpp | 56 DECLARE_NAPI_STATIC_PROPERTY("PULL_UP", GetNapiInt32(env, static_cast<int32_t>(Action::PULL_UP))), in Export()
|
/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | accessibility_manager_ng_test_ng.cpp | 87 mouseEvent.action = MouseAction::PULL_UP; in HWTEST_F() 89 EXPECT_EQ(mouseEvent.action, MouseAction::PULL_UP); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/ |
H A D | form_node.cpp | 40 { TouchType::PULL_UP, MMI::PointerEvent::POINTER_ACTION_PULL_UP },
|
/foundation/arkui/ace_engine/frameworks/base/ressched/ |
H A D | ressched_report.cpp | 178 case TouchType::PULL_UP: in OnTouchEvent()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | event_dump.cpp | 106 if (type == TouchType::UP || type == TouchType::CANCEL || type == TouchType::PULL_UP || in AddTouchPoint()
|
H A D | event_manager.cpp | 708 if (point.type == TouchType::PULL_UP || point.type == TouchType::UP) { in UpdateDragInfo() 1334 if (event.pullAction == MouseAction::PULL_UP) { in DispatchMouseEventNG()
|
/foundation/arkui/ace_engine/test/unittest/core/gestures/ |
H A D | gesture_recognizer_test_ng.cpp | 438 point.type = TouchType::PULL_UP; in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_pattern_test_ng.cpp | 434 info.SetAction(MouseAction::PULL_UP); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | event_manager_test_ng.cpp | 625 event.pullAction = MouseAction::PULL_UP; in HWTEST_F() 635 event.pullAction = MouseAction::PULL_UP; in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/ |
H A D | ui_extension_component_test_ng.cpp | 900 mouseInfo.SetPullAction(MouseAction::PULL_UP); in HWTEST_F() 956 mouseInfo.SetPullAction(MouseAction::PULL_UP); 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/multimodalinput/input/frameworks/napi/input_monitor/src/ |
H A D | js_input_monitor.cpp | 517 return static_cast<int32_t>(JsTouchEvent::Action::PULL_UP); in GetAction()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 3370 (event.action == MouseAction::PRESS || event.action == MouseAction::PULL_UP)) { in CancelDragIfRightBtnPressed()
|