Home
last modified time | relevance | path

Searched defs:animationScale (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_fraction.cpp59 void RSAnimationFraction::SetAnimationScale(float animationScale) in SetAnimationScale()
69 float animationScale = std::atof(value); in OnAnimationScaleChangedCallback() local
90 float animationScale = GetAnimationScale(); in IsStartRunning() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsanimationfraction_fuzzer/
H A Drsanimationfraction_fuzzer.cpp64 float animationScale = GetData<float>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_fraction_test.cpp69 float animationScale = 0.f; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/
H A Drsanimationbase_fuzzer.cpp77 float animationScale = GetData<float>(); in RSAnimationFractionFuzzerTest() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp259 auto animationScale = std::atof(value); in OnAnimationScaleChanged() local