Home
last modified time | relevance | path

Searched defs:targetElement (Results 1 – 5 of 5) 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() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/menu/
H A Dmenu_element.cpp136 auto targetElement = element; in GetBoxRenderChild() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp322 auto targetElement = context->GetComposedElementById(targetId_); in InitTargetSizeAndPosition() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_scroll.cpp798 auto targetElement = context->GetComposedElementById(targetId); in AnimateToTarget() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp2494 auto targetElement = GetComposedElementById(id); in AccessibilityRequestFocus() local
2503 bool PipelineContext::RequestFocus(const RefPtr<Element>& targetElement) in RequestFocus()