Searched refs:nestedScrollVelocity_ (Results 1 – 2 of 2) sorted by relevance
998 float nestedScrollVelocity_ = 0.0f; variable
3508 nestedScrollVelocity_ = (offset / diff) * MILLOS_PER_NANO_SECONDS; in UpdateNestedScrollVelocity()3514 if (NearZero(nestedScrollVelocity_)) { in GetNestedScrollVelocity()3520 nestedScrollVelocity_ = 0.0f; in GetNestedScrollVelocity()3522 return nestedScrollVelocity_; in GetNestedScrollVelocity()