Home
last modified time | relevance | path

Searched refs:overshoot_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/animator/
H A Deasing_equation.cpp20 double EasingEquation::overshoot_ = 1.7; // The empirical value commonly used in easing equation member in OHOS::EasingEquation
25 overshoot_ = overshoot; in SetBackOvershoot()
33 double x = -t * t * ((overshoot_ + 1) * t + overshoot_); in BackEaseIn()
45 double x = t * t * ((overshoot_ + 1) * t + overshoot_) + 1; in BackEaseOut()
/foundation/arkui/ui_lite/interfaces/kits/animator/
H A Deasing_equation.h422 static double overshoot_; member in OHOS::EasingEquation

Completed in 2 milliseconds