Home
last modified time | relevance | path

Searched refs:PULL_UP (Results 1 - 22 of 22) sorted by relevance

/foundation/multimodalinput/input/frameworks/napi/touch_event/include/
H A Djs_touch_event.h34 PULL_UP = 6, member in OHOS::MMI::final::Action
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_constants.h105 PULL_UP, member in OHOS::Ace::OHOS::Ace::TouchType
/foundation/arkui/ace_engine/frameworks/core/event/
H A Dpointer_event.h47 PULL_UP = 14, member in OHOS::OHOS::Ace::KeyCode
H A Dmouse_event.cpp98 case TouchType::PULL_UP: in ConvertAccessibilityHoverAction()
H A Dmouse_event.h51 PULL_UP, member in OHOS::OHOS::Ace::MouseAction
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_touch_handler.cpp114 case TouchType::PULL_UP: in CreateSceneTouchEvent()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.h48 { TouchType::PULL_UP, MMI::PointerEvent::POINTER_ACTION_PULL_UP },
H A Dmmi_event_convertor.cpp214 { 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 Dpointer_event.h38 PULL_UP, member in OHOS::MMI::TouchType
/foundation/multimodalinput/input/frameworks/napi/touch_event/src/
H A Djs_touch_event.cpp56 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 Daccessibility_manager_ng_test_ng.cpp87 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 Dform_node.cpp40 { TouchType::PULL_UP, MMI::PointerEvent::POINTER_ACTION_PULL_UP },
/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.cpp178 case TouchType::PULL_UP: in OnTouchEvent()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.cpp106 if (type == TouchType::UP || type == TouchType::CANCEL || type == TouchType::PULL_UP || in AddTouchPoint()
H A Devent_manager.cpp708 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 Dgesture_recognizer_test_ng.cpp438 point.type = TouchType::PULL_UP; in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_pattern_test_ng.cpp434 info.SetAction(MouseAction::PULL_UP); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_manager_test_ng.cpp625 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 Dui_extension_component_test_ng.cpp900 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 Dui_extension_pattern.cpp787 if (info.GetPullAction() == MouseAction::PULL_MOVE || info.GetPullAction() == MouseAction::PULL_UP) { in HandleMouseEvent()
/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp517 return static_cast<int32_t>(JsTouchEvent::Action::PULL_UP); in GetAction()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp3370 (event.action == MouseAction::PRESS || event.action == MouseAction::PULL_UP)) { in CancelDragIfRightBtnPressed()

Completed in 35 milliseconds