Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp6798 … std::array<std::array<ArkUITouchPoint, MAX_POINTS>, MAX_HISTORY_EVENT_COUNT> allHistoryPoints; in SetOnTouch() local
6826 tempTouchEvent.pointers, allHistoryPoints[i], *historyLoacationIterator, usePx); in SetOnTouch()
6828 allHistoryEvents[i].touchPointes = &(allHistoryPoints[i][0]); in SetOnTouch()