Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfocus_animation_manager.cpp196 void FocusAnimationManager::SetUseRoot(bool useRoot) in SetUseRoot() argument
198 useRoot_ = useRoot; in SetUseRoot()
H A Dfocus_animation_manager.h54 void SetUseRoot(bool useRoot);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h340 void SetUseRootAnimation(bool useRoot);
H A Dpipeline_context.cpp2572 void PipelineContext::SetUseRootAnimation(bool useRoot) in SetUseRootAnimation() argument
2574 focusAnimationManager_->SetUseRoot(useRoot); in SetUseRootAnimation()