Home
last modified time | relevance | path

Searched refs:positionedElement (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/positioned/
H A Dpositioned_component.h40 RefPtr<PositionedElement> positionedElement = AceType::MakeRefPtr<PositionedElement>(); in CreateElement() local
41 positionedElement->SetIsAutoFocus(isAutoFocus_); in CreateElement()
42 return positionedElement; in CreateElement()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dshared_transition_effect.cpp433 auto positionedElement = in AddLazyLoadCallback() local
435 if (!positionedElement) { in AddLazyLoadCallback()
439 …auto positionedRender = AceType::DynamicCast<RenderPositioned>(positionedElement->GetRenderNode()); in AddLazyLoadCallback()