/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | render_dialog.cpp | 32 auto childSize = child->GetLayoutSize(); in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components/counter/ |
H A D | render_counter.cpp | 36 auto childSize = child->GetLayoutSize(); in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/ |
H A D | render_node_layout_algorithm.cpp | 72 SizeF childSize = child->GetGeometryNode()->GetFrameSize(); in Layout() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_content_layout_algorithm.cpp | 25 auto childSize = layoutWrapper->GetTotalChildCount(); in Measure() local 58 SizeF childSize = child->GetGeometryNode()->GetMarginFrameSize(); in Layout() local
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/test/unittest/alignment/ |
H A D | alignment_test.cpp | 60 Size childSize = Size(SMALL_LENGTH, MIDDLE_LENGTH); in HWTEST_F() local 88 Size childSize = Size(SMALL_LENGTH, MIDDLE_LENGTH); in HWTEST_F() local 116 Size childSize = Size(SMALL_LENGTH, MIDDLE_LENGTH); in HWTEST_F() local 144 Size childSize = Size(SMALL_LENGTH, MIDDLE_LENGTH); HWTEST_F() local 172 Size childSize = Size(SMALL_LENGTH, MIDDLE_LENGTH); HWTEST_F() local 200 Size childSize = Size(SMALL_LENGTH, MIDDLE_LENGTH); HWTEST_F() local 228 Size childSize = Size(SMALL_LENGTH, MIDDLE_LENGTH); HWTEST_F() local 256 Size childSize = Size(SMALL_LENGTH, MIDDLE_LENGTH); HWTEST_F() local 284 Size childSize = Size(SMALL_LENGTH, MIDDLE_LENGTH); HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/tip/ |
H A D | render_tip.cpp | 70 void RenderTip::AdaptChildPadding(const Size& childSize, const Size& selfSize) in AdaptChildPadding() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_layout_algorithm.cpp | 104 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in Layout() local 114 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in Layout() local
|
H A D | list_children_main_size.h | 105 void SyncChildrenSize(float childSize) in SyncChildrenSize() argument
|
/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | dump_log.cpp | 26 void DumpLog::Print(int32_t depth, const std::string& className, int32_t childSize) in Print() argument 88 void DumpLog::Append(int32_t depth, const std::string& className, int32_t childSize) in Append() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/ |
H A D | stack_layout_algorithm.cpp | 69 CalculateStackAlignment( const NG::SizeF& parentSize, const NG::SizeF& childSize, const Alignment& alignment) CalculateStackAlignment() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | alignment.cpp | 51 Offset Alignment::GetAlignPosition(const Size& parentSize, const Size& childSize, const Alignment& alignment) in GetAlignPosition() argument 63 GetAlignPosition( const NG::SizeF& parentSize, const NG::SizeF& childSize, const Alignment& alignment) GetAlignPosition() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_layout_algorithm.cpp | 154 SizeF childSize = child->GetGeometryNode()->GetMarginFrameSize(); in PerformImageAnimationLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components/stack/ |
H A D | render_stack.cpp | 225 Offset RenderStack::GetNonPositionedChildOffset(const Size& childSize) in GetNonPositionedChildOffset() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | box_layout_algorithm.cpp | 115 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in PerformMeasureSelfWithChildList() local 166 SizeF childSize = child->GetGeometryNode()->GetMarginFrameSize(); in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/ |
H A D | render_hyperlink.cpp | 69 auto childSize = child->GetLayoutSize(); in PerformLayout() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/ |
H A D | checkbox_layout_algorithm.cpp | 144 SizeF childSize = childWrapper->GetGeometryNode()->GetMarginFrameSize(); in Layout() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_layout_algorithm.cpp | 177 auto childSize = childWrapper->GetGeometryNode()->GetContentSize(); in GetChildHeight() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | overlay_modifier.h | 170 static OffsetF GetTextPosition(const SizeF& parentSize, const SizeF& childSize, OverlayOptions& overlay) in GetTextPosition() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/ |
H A D | scroll_layout_algorithm.cpp | 49 auto childSize = SizeF(0.f, 0.f); in Measure() local 120 auto childSize = childGeometryNode->GetMarginFrameSize(); in Layout() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/ |
H A D | scroll_bar_layout_algorithm.cpp | 33 void UpdateIdealSize(Axis axis, const SizeF& childSize, const OptionalSizeF& parentSize, OptionalSizeF& idealSize) in UpdateIdealSize() argument 94 auto childSize = childWrapper->GetGeometryNode()->GetMarginFrameSize(); in Measure() local 120 auto childSize = childGeometryNode->GetMarginFrameSize(); in Layout() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/radio/ |
H A D | radio_layout_algorithm.cpp | 126 SizeF childSize = childWrapper->GetGeometryNode()->GetMarginFrameSize(); in Layout() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_container_layout_algorithm.cpp | 81 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in GetChildrenSize() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/ |
H A D | badge_layout_algorithm.cpp | 326 auto childSize = childGeometryNode->GetMarginFrameSize(); in Layout() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/ |
H A D | indexer_layout_algorithm.cpp | 110 SizeF childSize = child->GetGeometryNode()->GetMarginFrameSize(); in Layout() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | multi_menu_layout_algorithm.cpp | 181 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in UpdateSelfSize() local 225 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in GetChildrenMaxWidth() local
|