Home
last modified time | relevance | path

Searched defs:startDelayNs (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_fraction.cpp88 bool RSAnimationFraction::IsStartRunning(const int64_t deltaTime, const int64_t startDelayNs) in IsStartRunning()
111 int64_t startDelayNs = startDelay_ * MS_TO_NS; in GetAnimationFraction() local
226 int64_t startDelayNs = startDelay_ * MS_TO_NS; in UpdateRemainTimeFraction() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsanimationfraction_fuzzer/
H A Drsanimationfraction_fuzzer.cpp66 int64_t startDelayNs = GetData<int64_t>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_fraction_test.cpp134 int64_t startDelayNs = 0; variable