Home
last modified time | relevance | path

Searched refs:GetRepeatCallbackEnable (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_animation.h239 bool GetRepeatCallbackEnable() const in GetRepeatCallbackEnable() function
241 return animationFraction_.GetRepeatCallbackEnable(); in GetRepeatCallbackEnable()
H A Drs_animation_fraction.h62 bool GetRepeatCallbackEnable() const in GetRepeatCallbackEnable() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_fraction_test.cpp84 EXPECT_EQ(rsAnimationFraction.GetRepeatCallbackEnable(), false);
374 bool res = rsAnimationFraction.GetRepeatCallbackEnable();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsanimationfraction_fuzzer/
H A Drsanimationfraction_fuzzer.cpp84 fraction.GetRepeatCallbackEnable(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_animation.cpp42 parcel.WriteBool(animationFraction_.GetRepeatCallbackEnable()) && in Marshalling()
64 out += ", RepeatCallbackEnable:" + std::to_string(animationFraction_.GetRepeatCallbackEnable()); in DumpAnimation()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp472 out["RepeatCallbackEnable"] = animation.animationFraction_.GetRepeatCallbackEnable(); in DumpNodeAnimation()