Home
last modified time | relevance | path

Searched refs:GetRenderFocusAnimation (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_checkable.cpp223 if (context && context->GetRenderFocusAnimation() && (renderStatus == RenderStatus::BLUR)) { in OnStatusChanged()
224 context->GetRenderFocusAnimation()->CancelFocusAnimation(); in OnStatusChanged()
314 if (!context->GetRenderFocusAnimation()) { in RequestFocusBorder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dfocus_animation_manager.h56 RefPtr<RenderFocusAnimation> GetRenderFocusAnimation() const;
H A Dfocus_animation_manager.cpp186 RefPtr<RenderFocusAnimation> FocusAnimationManager::GetRenderFocusAnimation() const in GetRenderFocusAnimation() function in OHOS::Ace::FocusAnimationManager
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer.h99 if (!context->GetRenderFocusAnimation()) { in ClearFocusAnimation()
H A Drender_indexer_item.cpp263 if (!context->GetRenderFocusAnimation()) { in UpdateItemStyle()
H A Drender_indexer.cpp505 if (!context->GetRenderFocusAnimation()) { in HandleFocusAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.h100 if (!context->GetRenderFocusAnimation()) { in ClearFocusAnimation()
H A Drender_indexer.cpp544 if (!context->GetRenderFocusAnimation()) { in HandleFocusAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar_item.cpp178 focusAnimation_ = context->GetRenderFocusAnimation(); in RequestFocusAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.cpp260 focusAnimation_ = context->GetRenderFocusAnimation(); in RequestFocusAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h324 RefPtr<RenderFocusAnimation> GetRenderFocusAnimation() const;
H A Dpipeline_context.cpp2542 RefPtr<RenderFocusAnimation> PipelineContext::GetRenderFocusAnimation() const in GetRenderFocusAnimation() function in OHOS::Ace::PipelineContext
2544 return focusAnimationManager_->GetRenderFocusAnimation(); in GetRenderFocusAnimation()