Home
last modified time | relevance | path

Searched defs:MagicLayoutNode (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
Dflex_layout_algorithm.h34 struct MagicLayoutNode { struct
35 LayoutConstraintF layoutConstraint;
36 RefPtr<LayoutWrapper> layoutWrapper;
37 OptionalSizeF calcSize;
38 bool needSecondMeasure = false;
39 bool needKeepMinCalcSize = false;
/foundation/arkui/ace_engine/frameworks/core/components/flex/
Drender_flex.h41 struct MagicLayoutNode { struct
42 LayoutParam innerLayout = LayoutParam(Size(), Size());
43 RefPtr<RenderNode> node;