Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp6802 auto historyMMIPointerEventIterator = std::begin(eventInfo.GetHistoryPointerEvent()); in SetOnTouch() local
6804 if (!(*historyMMIPointerEventIterator)) { in SetOnTouch()
6806 historyMMIPointerEventIterator++; in SetOnTouch()
6809 auto tempTouchEvent = NG::ConvertToTouchEvent((*historyMMIPointerEventIterator)); in SetOnTouch()
6833 historyMMIPointerEventIterator++; in SetOnTouch()