Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.h383 double childHeight_ = 0.0; variable
H A Drender_box_base.cpp289 if (childHeight_ != 0.0) { in CalculateAutoMargin()
290 height = childHeight_; in CalculateAutoMargin()
571 childHeight_ = childSize_.Height(); in CalculateSelfLayoutSize()