Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsanimationbase_fuzzer/
Drsanimationbase_fuzzer.cpp95 bool nodeIsOnTheTree = GetData<bool>(); in RSAnimationManagerFuzzerTest() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
Drs_animation_manager_test.cpp160 bool nodeIsOnTheTree = false; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
Drs_animation_manager.cpp144 …int64_t time, int64_t& minLeftDelayTime, bool nodeIsOnTheTree, RSSurfaceNodeAbilityState abilitySt… in Animate()