Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.cpp261 double ResSchedReport::GetUpVelocity(const TouchEvent& lastMoveInfo, in GetUpVelocity() argument
264 …double distance = sqrt(pow(lastMoveInfo.x - upEventInfo.x, SQUARE) + pow(lastMoveInfo.y - upEventI… in GetUpVelocity()
266 lastMoveInfo.GetTimeStamp()).count(); in GetUpVelocity()
H A Dressched_report.h59 double GetUpVelocity(const TouchEvent& lastMoveInfo,