Home
last modified time | relevance | path

Searched refs:pullAction (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dmouse_event.h103 MouseAction pullAction = MouseAction::NONE; member
159 .pullAction = pullAction, in CloneWith()
291 void SetPullAction(MouseAction pullAction) in SetPullAction() argument
293 pullAction_ = pullAction; in SetPullAction()
453 info.SetPullAction(event.pullAction); in HandleMouseEvent()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp264 events.pullAction = MouseAction::PULL_DOWN; in GetMouseEventAction()
268 events.pullAction = MouseAction::PULL_MOVE; in GetMouseEventAction()
272 events.pullAction = MouseAction::PULL_MOVE; in GetMouseEventAction()
276 events.pullAction = MouseAction::PULL_MOVE; in GetMouseEventAction()
280 events.pullAction = MouseAction::PULL_UP; in GetMouseEventAction()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_manager_test_ng.cpp758 event.pullAction = MouseAction::MOVE;
773 event.pullAction = MouseAction::MOVE;
783 event.pullAction = MouseAction::PULL_UP;
793 event.pullAction = MouseAction::PULL_UP;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp1193 if (event.pullAction == MouseAction::PULL_MOVE) { in MouseTest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp3111 if (event.pullAction == MouseAction::PULL_MOVE) { in OnMouseEvent()