Home
last modified time | relevance | path

Searched refs:lastMoveInfo (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.cpp267 double ResSchedReport::GetUpVelocity(const TouchEvent& lastMoveInfo, in GetUpVelocity() argument
270 double distance = sqrt(pow(lastMoveInfo.x - upEventInfo.x, SQUARE) + pow(lastMoveInfo.y - upEventInfo.y, SQUARE)); in GetUpVelocity()
272 lastMoveInfo.GetTimeStamp()).count(); in GetUpVelocity()
H A Dressched_report.h59 double GetUpVelocity(const TouchEvent& lastMoveInfo,

Completed in 2 milliseconds