Home
last modified time | relevance | path

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

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