Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dpan_recognizer.h99 int32_t GetFastestTracker(std::function<double(VelocityTracker&)>&& func);
H A Dpan_recognizer.cpp887 int32_t PanRecognizer::PanVelocity::GetFastestTracker(std::function<double(VelocityTracker&)>&& fun… in GetFastestTracker() function in OHOS::Ace::NG::PanRecognizer::PanVelocity
904 int32_t id = GetFastestTracker(func); in GetVelocity()
914 int32_t id = GetFastestTracker(func); in GetMainAxisVelocity()