Searched refs:GetComposedElementById (Results 1 – 7 of 7) sorted by relevance
60 auto targetElement = context->GetComposedElementById(id); in HandleDeclarativePerformBuild()
82 auto cardComposeElement = pipelineContext->GetComposedElementById(composeId); in PrepareTransition()344 auto cardComposeElement = pipelineContext->GetComposedElementById(composeId); in GetCardRect()
98 auto targetRender = GetBoxRenderChild(context->GetComposedElementById(id)); in OnTargetCallback()
286 auto composedElement = GetComposedElementById(visibleNodeId); in HandleVisibleAreaChangeEvent()421 RefPtr<ComposedElement> PipelineContext::GetComposedElementById(const ComposeId& id) in GetComposedElementById() function in OHOS::Ace::PipelineContext1110 auto composeElement = GetComposedElementById(std::to_string(nodeId)); in GetBoundingRectData()2494 auto targetElement = GetComposedElementById(id); in AccessibilityRequestFocus()
352 RefPtr<ComposedElement> GetComposedElementById(const ComposeId& id);
798 auto targetElement = context->GetComposedElementById(targetId); in AnimateToTarget()
322 auto targetElement = context->GetComposedElementById(targetId_); in InitTargetSizeAndPosition()