Searched refs:frictionVelocity_ (Results 1 – 2 of 2) sorted by relevance
547 frictionVelocity_ = initVelocity_; in StartScrollAnimation()1020 currentVelocity_ = frictionVelocity_; in ProcessScrollMotion()1157 … scroll->frictionVelocity_ = (position - scroll->lastPosition_) / diff * MILLOS_PER_NANO_SECONDS; in GetFrictionProperty()1158 if (NearZero(scroll->frictionVelocity_, FRICTION_VELOCITY_THRESHOLD)) { in GetFrictionProperty()
581 float frictionVelocity_ = 0.0f; variable