Home
last modified time | relevance | path

Searched refs:MAX_FRICTION (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_refresh.cpp34 constexpr int32_t MAX_FRICTION = 100; member
305 frictionNumber > MAX_FRICTION) { in ParsFrictionData()
310 if (frictionNumber < 0 || frictionNumber > MAX_FRICTION) { in ParsFrictionData()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_layout_manager.cpp26 const double MAX_FRICTION = 1.0; member
208 friction_ = MAX_FRICTION; in NotifyNeedRefresh()
270 auto animation = AceType::MakeRefPtr<CurveAnimation<double>>(MIN_FRICTION, MAX_FRICTION, Curves::FRICTION); in AnimationForItemUpdate()
287 list->friction_ = MAX_FRICTION; in AnimationForItemUpdate()

Completed in 2 milliseconds