Home
last modified time | relevance | path

Searched refs:isChildOverflow_ (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Drender_stack.h43 return isChildOverflow_; in IsChildOverflow()
92 bool isChildOverflow_ = false; variable
H A Drender_stack.cpp99 isChildOverflow_ = true; in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.h110 return isChildOverflow_; in IsChildOverflow()
126 bool isChildOverflow_ = false; variable
H A Drender_flex.cpp644 isChildOverflow_ = allocatedSize_ > GetMainAxisValue(layoutSize, direction_); in DetermineSelfSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.h341 bool isChildOverflow_ = false; variable
H A Drosen_render_box.cpp232 bool childOverflow = flex ? isChildOverflow_ || flex->IsChildOverflow() : isChildOverflow_; in PerformLayout()
H A Drender_box_base.cpp663isChildOverflow_ = childSize_.Width() > GetLayoutSize().Width() || childSize_.Height() > GetLayout… in CalculateSelfLayoutSize()