Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drefresh_component.h27 inline constexpr int32_t MAX_FRICTION_RATIO = 100; variable
230 if (friction >= MIN_FRICTION_RATIO && friction <= MAX_FRICTION_RATIO) { in SetFriction()
235 friction_ = MAX_FRICTION_RATIO; in SetFriction()