Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2947 std::unordered_map<int32_t, TouchEvent> newIdTouchPoints; in FlushTouchEvents() local
2968 newIdTouchPoints[idIter.first] = newTouchEvent; in FlushTouchEvents()
2976 auto it = newIdTouchPoints.find(iter.first); in FlushTouchEvents()
2977 if (it != newIdTouchPoints.end()) { in FlushTouchEvents()