Searched refs:MIN_FRICTION_RATIO (Results 1 – 1 of 1) sorted by relevance
26 inline constexpr int32_t MIN_FRICTION_RATIO = 0; variable230 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()