Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp6797 std::array<ArkUIHistoryTouchEvent, MAX_HISTORY_EVENT_COUNT> allHistoryEvents; in SetOnTouch() local
6814 allHistoryEvents[i].actionTouchPoint.nodeX = in SetOnTouch()
6816 allHistoryEvents[i].actionTouchPoint.nodeY = in SetOnTouch()
6818 allHistoryEvents[i].actionTouchPoint.windowX = in SetOnTouch()
6820 allHistoryEvents[i].actionTouchPoint.windowY = in SetOnTouch()
6822 allHistoryEvents[i].actionTouchPoint.screenX = tempTouchEvent.screenX; in SetOnTouch()
6823 allHistoryEvents[i].actionTouchPoint.screenY = tempTouchEvent.screenY; in SetOnTouch()
6824 allHistoryEvents[i].actionTouchPoint.pressure = tempTouchEvent.force; in SetOnTouch()
6828 allHistoryEvents[i].touchPointes = &(allHistoryPoints[i][0]); in SetOnTouch()
6830 allHistoryEvents[i].touchPointSize = in SetOnTouch()
[all …]