Searched refs:lastMoveInfo (Results 1 – 2 of 2) sorted by relevance
261 double ResSchedReport::GetUpVelocity(const TouchEvent& lastMoveInfo, in GetUpVelocity() argument264 …double distance = sqrt(pow(lastMoveInfo.x - upEventInfo.x, SQUARE) + pow(lastMoveInfo.y - upEventI… in GetUpVelocity()266 lastMoveInfo.GetTimeStamp()).count(); in GetUpVelocity()
59 double GetUpVelocity(const TouchEvent& lastMoveInfo,