Home
last modified time | relevance | path

Searched refs:MAX_FRAME_TIME_FRACTION (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_common.h28 static constexpr int32_t MAX_FRAME_TIME_FRACTION = 120; variable
H A Drs_value_estimator.h138 auto frameTimes = MAX_FRAME_TIME_FRACTION * secondTime; in EstimateFraction()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_interpolating_spring_animation.cpp155 int64_t frameTimes = MAX_FRAME_TIME_FRACTION * secondTime; in CalculateTimeFraction()