Home
last modified time | relevance | path

Searched refs:captureTouchMove (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Devent.h77 TouchEventParam captureTouchMove; member
H A Ddeclaration.cpp1650 … rawEvent.captureTouchMove.eventMarker = EventMarker(eventId, DOM_CAPTURE_TOUCH_MOVE, pageId); in AddEvent()
1651 rawEvent.captureTouchMove.isRefreshed = true; in AddEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h773 return rawEvent.captureTouchMove.eventMarker; in GetTouchId()