Home
last modified time | relevance | path

Searched refs:NUMBER_FOR_HALF (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_property_animation.cpp25 static constexpr int NUMBER_FOR_HALF = 2; variable
114 if (GetAutoReverse() && GetRepeatCount() % NUMBER_FOR_HALF == 0) { in OnUpdateStagingValue()
121 if (GetAutoReverse() && GetRepeatCount() % NUMBER_FOR_HALF == 0) { in OnUpdateStagingValue()
H A Drs_path_animation.cpp31 static constexpr int NUMBER_FOR_HALF = 2; variable
225 if (GetAutoReverse() && GetRepeatCount() % NUMBER_FOR_HALF == 0) { in OnUpdateStagingValue()
233 if (GetAutoReverse() && GetRepeatCount() % NUMBER_FOR_HALF == 0) { in OnUpdateStagingValue()