Home
last modified time | relevance | path

Searched defs:overshoot (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_animator/
H A Dui_test_animator.cpp256 static double overshoot = 1.7; in OnClick() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/fpscontroller/
H A Dfps_controller_process.cpp275 int32_t overshoot = frameRateOvershootMdf_ + (incomingFrmRate - targetFrameRate_); in ReduceFrameRateByUniformStrategy() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/animator/
H A Deasing_equation.cpp22 void EasingEquation::SetBackOvershoot(double overshoot) in SetBackOvershoot()