Home
last modified time | relevance | path

Searched refs:UpdateReverseState (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_fraction_test.cpp243 rsAnimationFraction.UpdateReverseState(finish);
247 rsAnimationFraction.UpdateReverseState(finish);
252 rsAnimationFraction.UpdateReverseState(finish);
258 rsAnimationFraction.UpdateReverseState(finish);
263 rsAnimationFraction.UpdateReverseState(finish);
269 rsAnimationFraction.UpdateReverseState(finish);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_fraction.cpp155 UpdateReverseState(isFinished); in GetAnimationFraction()
203 void RSAnimationFraction::UpdateReverseState(bool finish) in UpdateReverseState() function in OHOS::Rosen::RSAnimationFraction
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_fraction.h70 void UpdateReverseState(bool finish);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsanimationfraction_fuzzer/
H A Drsanimationfraction_fuzzer.cpp87 fraction.UpdateReverseState(true); in DoSomethingInterestingWithMyAPI()