Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_manager.cpp144 std::tuple<bool, bool, bool> RSAnimationManager::Animate(int64_t time, bool nodeIsOnTheTree, in Animate() argument
156 …&needRequestNextVsync, nodeIsOnTheTree, &isCalculateAnimationValue, abilityState](auto& iter) -> b… in Animate()
159 if ((!nodeIsOnTheTree || abilityState == RSSurfaceNodeAbilityState::BACKGROUND) && in Animate()
189 isCalculateAnimationValue = isCalculateAnimationValue && nodeIsOnTheTree; in Animate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/
H A Drsanimationbase_fuzzer.cpp108 bool nodeIsOnTheTree = GetData<bool>(); in RSAnimationManagerFuzzerTest() local
119 animationManager->Animate(time, nodeIsOnTheTree, abilityState); in RSAnimationManagerFuzzerTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_manager_test.cpp159 bool nodeIsOnTheTree = false; variable
161 rsAnimationManager.Animate(time, nodeIsOnTheTree, abilityState);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_manager.h57 …std::tuple<bool, bool, bool> Animate(int64_t time, bool nodeIsOnTheTree, RSSurfaceNodeAbilityState…