Home
last modified time | relevance | path

Searched refs:PushShadow (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfocus_animation_manager.h47 void PushShadow(const RefPtr<Element>& element);
H A Dfocus_animation_manager.cpp135 void FocusAnimationManager::PushShadow(const RefPtr<Element>& element) in PushShadow() function in OHOS::Ace::FocusAnimationManager
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.cpp327 context->PushShadow(AceType::Claim(this)); in AddToFocus()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h328 void PushShadow(const RefPtr<Element>& element) const;
H A Dpipeline_context.cpp2557 void PipelineContext::PushShadow(const RefPtr<Element>& element) const in PushShadow() function in OHOS::Ace::PipelineContext
2559 focusAnimationManager_->PushShadow(element); in PushShadow()