Home
last modified time | relevance | path

Searched refs:WillLayout (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/animation/
H A Dgeometry_transition_test_ng.cpp119 gt_->WillLayout(node1);
122 gt_->WillLayout(node2);
129 gt_->WillLayout(node1);
136 gt_->WillLayout(node2);
144 gt_->WillLayout(node2);
160 gt_->WillLayout(node2);
177 gt_->WillLayout(node2);
181 gt_->WillLayout(node2);
185 gt_->WillLayout(node2);
187 gt_->WillLayout(node2);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgeometry_transition.h63 void WillLayout(const RefPtr<LayoutWrapper>& layoutWrapper);
H A Dgeometry_transition.cpp204 void GeometryTransition::WillLayout(const RefPtr<LayoutWrapper>& layoutWrapper) in WillLayout() function in OHOS::Ace::NG::GeometryTransition
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper_node.cpp178 geometryTransition->WillLayout(Claim(this)); in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp4050 geometryTransition->WillLayout(Claim(this)); in Measure()