Home
last modified time | relevance | path

Searched refs:CancelShadow (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfocus_animation_manager.cpp175 void FocusAnimationManager::CancelShadow() const in CancelShadow() function in OHOS::Ace::FocusAnimationManager
183 shadow->CancelShadow(); in CancelShadow()
H A Dfocus_animation_manager.h53 void CancelShadow() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Dtoggle_element.cpp46 context->CancelShadow(); in OnBlur()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shadow/
H A Drender_shadow.h35 void CancelShadow();
H A Drender_shadow.cpp49 void RenderShadow::CancelShadow() in CancelShadow() function in OHOS::Ace::RenderShadow
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_element.cpp154 context->CancelShadow(); in OnBlur()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item.cpp514 context->CancelShadow(); in ResetFocusEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h338 void CancelShadow() const;
H A Dpipeline_context.cpp2567 void PipelineContext::CancelShadow() const in CancelShadow() function in OHOS::Ace::PipelineContext
2569 focusAnimationManager_->CancelShadow(); in CancelShadow()