Searched refs:SCROLL_SNAP_VELOCITY_TH (Results 1 – 1 of 1) sorted by relevance
52 constexpr float SCROLL_SNAP_VELOCITY_TH = 780; variable2318 if (scrollSnapVelocity_ < -SCROLL_SNAP_VELOCITY_TH * Scrollable::GetVelocityScale()) { in FindPredictSnapEndIndexInItemPositions()2320 } else if (scrollSnapVelocity_ > SCROLL_SNAP_VELOCITY_TH * Scrollable::GetVelocityScale()) { in FindPredictSnapEndIndexInItemPositions()