Searched refs:GetVelocityScale (Results 1 – 3 of 3) sorted by relevance
83 static double GetVelocityScale();
84 double Scrollable::GetVelocityScale() in GetVelocityScale() function in OHOS::Ace::NG::Scrollable
2318 if (scrollSnapVelocity_ < -SCROLL_SNAP_VELOCITY_TH * Scrollable::GetVelocityScale()) { in FindPredictSnapEndIndexInItemPositions()2320 } else if (scrollSnapVelocity_ > SCROLL_SNAP_VELOCITY_TH * Scrollable::GetVelocityScale()) { in FindPredictSnapEndIndexInItemPositions()