Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/ressched/
H A Dressched_report.h59 double GetUpVelocity(const TouchEvent& lastMoveInfo,
H A Dressched_report.cpp213 payload[UP_SPEED_KEY] = std::to_string(GetUpVelocity(lastTouchEvent_, curTouchEvent_)); in HandleTouchUp()
261 double ResSchedReport::GetUpVelocity(const TouchEvent& lastMoveInfo, in GetUpVelocity() function in OHOS::Ace::ResSchedReport