Home
last modified time | relevance | path

Searched refs:pullType (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.cpp66 TouchEvent& TouchEvent::SetPullType(TouchType pullType) in SetPullType() argument
68 this->pullType = pullType; in SetPullType()
188 event.pullType = pullType; in CloneWith()
H A Dtouch_event.h70 TouchType pullType = TouchType::UNKNOWN; member
109 TouchEvent& SetPullType(TouchType pullType);
/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/
H A Dpointer_event.h72 TouchType pullType = TouchType::UNKNOWN; member in OHOS::MMI::PointerEvent
/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()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp233 event.pullType = typeIter->second; in SetTouchEventType()
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_manager_test_ng_new.cpp465 event.pullType = TouchType::PULL_MOVE; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp3500 touchPoint.pullType = TouchType::PULL_MOVE; in DispatchMouseEvent()

Completed in 18 milliseconds