Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.cpp262 const TouchEvent& upEventInfo) in GetUpVelocity() argument
264 …double distance = sqrt(pow(lastMoveInfo.x - upEventInfo.x, SQUARE) + pow(lastMoveInfo.y - upEventI… in GetUpVelocity()
265 … int64_t time = std::chrono::duration_cast<std::chrono::milliseconds>(upEventInfo.GetTimeStamp() - in GetUpVelocity()
H A Dressched_report.h60 const TouchEvent& upEventInfo);