Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dfriction_motion.h23 constexpr float DEFAULT_MULTIPLIER = 60.0f; variable
31 …(double friction, double initPosition, double initVelocity, double threshold = DEFAULT_MULTIPLIER);
37 double GetVelocityByFinalPosition(double final, double threshold = DEFAULT_MULTIPLIER) const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.h490 … float final, float position, float signum, float friction, float threshold = DEFAULT_MULTIPLIER);