Home
last modified time | relevance | path

Searched refs:MagicLayoutNode (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_algorithm.h33 struct MagicLayoutNode { struct
86 …bool HandleBlankFirstTimeMeasure(const MagicLayoutNode& child, FlexItemProperties& flexItemPropert…
113 std::map<int32_t, std::list<MagicLayoutNode>> magicNodes_;
115 std::list<MagicLayoutNode> secondaryMeasureList_;
H A Dflex_layout_algorithm.cpp265 MagicLayoutNode node; in TravelChildrenFlexProps()
288 … std::map<int32_t, std::list<MagicLayoutNode>>::value_type(childDisplayPriority, { node })); in TravelChildrenFlexProps()
543 const MagicLayoutNode& child, FlexItemProperties& flexItemProperties) in HandleBlankFirstTimeMeasure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.h41 struct MagicLayoutNode { struct
236 std::map<int32_t, std::list<MagicLayoutNode>> magicNodes_;
H A Drender_flex.cpp933 MagicLayoutNode node; in TravelChildrenFlexProps()
940 std::list<MagicLayoutNode> nodes; in TravelChildrenFlexProps()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Drender_split_container.h61 std::map<int32_t, std::list<MagicLayoutNode>> magicNodes_;
H A Drender_split_container.cpp57 MagicLayoutNode node; in InitProperties()
69 std::list<MagicLayoutNode> nodes; in InitProperties()