Home
last modified time | relevance | path

Searched defs:TouchPointSnapshot (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_dump.h44 struct TouchPointSnapshot { struct
50 int32_t id = -1;
51 OffsetF point;
75 std::list<TouchPointSnapshot> touchPoints; argument
H A Devent_dump.cpp51 TouchPointSnapshot::TouchPointSnapshot(const TouchEvent& event) in TouchPointSnapshot() function in OHOS::Ace::NG::TouchPointSnapshot