Home
last modified time | relevance | path

Searched refs:GetComposedElementById (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_element_v2.cpp60 auto targetElement = context->GetComposedElementById(id); in HandleDeclarativePerformBuild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcard_transition_controller.cpp82 auto cardComposeElement = pipelineContext->GetComposedElementById(composeId); in PrepareTransition()
344 auto cardComposeElement = pipelineContext->GetComposedElementById(composeId); in GetCardRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/menu/
H A Dmenu_element.cpp98 auto targetRender = GetBoxRenderChild(context->GetComposedElementById(id)); in OnTargetCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp286 auto composedElement = GetComposedElementById(visibleNodeId); in HandleVisibleAreaChangeEvent()
421 RefPtr<ComposedElement> PipelineContext::GetComposedElementById(const ComposeId& id) in GetComposedElementById() function in OHOS::Ace::PipelineContext
1110 auto composeElement = GetComposedElementById(std::to_string(nodeId)); in GetBoundingRectData()
2494 auto targetElement = GetComposedElementById(id); in AccessibilityRequestFocus()
H A Dpipeline_context.h352 RefPtr<ComposedElement> GetComposedElementById(const ComposeId& id);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_scroll.cpp798 auto targetElement = context->GetComposedElementById(targetId); in AnimateToTarget()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp322 auto targetElement = context->GetComposedElementById(targetId_); in InitTargetSizeAndPosition()