Home
last modified time | relevance | path

Searched refs:GetRemainingRepeatCount (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_animation_fraction_test.cpp132 int remainingRepeatCount = fraction.GetRemainingRepeatCount();
136 remainingRepeatCount = fraction.GetRemainingRepeatCount();
140 remainingRepeatCount = fraction.GetRemainingRepeatCount();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_fraction_test.cpp325 int remainingRepeatCount = rsAnimationFraction.GetRemainingRepeatCount();
330 remainingRepeatCount = rsAnimationFraction.GetRemainingRepeatCount();
335 remainingRepeatCount = rsAnimationFraction.GetRemainingRepeatCount();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_fraction.h50 int GetRemainingRepeatCount() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsanimationfraction_fuzzer/
H A Drsanimationfraction_fuzzer.cpp81 fraction.GetRemainingRepeatCount(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_fraction.cpp256 int RSAnimationFraction::GetRemainingRepeatCount() const in GetRemainingRepeatCount() function in OHOS::Rosen::RSAnimationFraction
H A Drs_render_interpolating_spring_animation.cpp188 if (GetNeedLogicallyFinishCallback() && (animationFraction_.GetRemainingRepeatCount() == 1)) { in OnAnimate()
H A Drs_render_spring_animation.cpp157 if (GetNeedLogicallyFinishCallback() && (animationFraction_.GetRemainingRepeatCount() == 1)) { in OnAnimate()