Home
last modified time | relevance | path

Searched defs:childSize (Results 1 - 25 of 81) sorted by relevance

1234

/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Drender_dialog.cpp32 auto childSize = child->GetLayoutSize(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Drender_counter.cpp36 auto childSize = child->GetLayoutSize(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/
H A Drender_node_layout_algorithm.cpp72 SizeF childSize = child->GetGeometryNode()->GetFrameSize(); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_content_layout_algorithm.cpp25 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 Dalignment_test.cpp60 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 Drender_tip.cpp70 void RenderTip::AdaptChildPadding(const Size& childSize, const Size& selfSize) in AdaptChildPadding() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_layout_algorithm.cpp104 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in Layout() local
114 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in Layout() local
H A Dlist_children_main_size.h105 void SyncChildrenSize(float childSize) in SyncChildrenSize() argument
/foundation/arkui/ace_engine/frameworks/base/log/
H A Ddump_log.cpp26 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 Dstack_layout_algorithm.cpp69 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 Dalignment.cpp51 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 Dimage_layout_algorithm.cpp154 SizeF childSize = child->GetGeometryNode()->GetMarginFrameSize(); in PerformImageAnimationLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Drender_stack.cpp225 Offset RenderStack::GetNonPositionedChildOffset(const Size& childSize) in GetNonPositionedChildOffset() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dbox_layout_algorithm.cpp115 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 Drender_hyperlink.cpp69 auto childSize = child->GetLayoutSize(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_layout_algorithm.cpp144 SizeF childSize = childWrapper->GetGeometryNode()->GetMarginFrameSize(); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_layout_algorithm.cpp177 auto childSize = childWrapper->GetGeometryNode()->GetContentSize(); in GetChildHeight() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Doverlay_modifier.h170 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 Dscroll_layout_algorithm.cpp49 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 Dscroll_bar_layout_algorithm.cpp33 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 Dradio_layout_algorithm.cpp126 SizeF childSize = childWrapper->GetGeometryNode()->GetMarginFrameSize(); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_container_layout_algorithm.cpp81 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in GetChildrenSize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_layout_algorithm.cpp326 auto childSize = childGeometryNode->GetMarginFrameSize(); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_layout_algorithm.cpp110 SizeF childSize = child->GetGeometryNode()->GetMarginFrameSize(); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmulti_menu_layout_algorithm.cpp181 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in UpdateSelfSize() local
225 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in GetChildrenMaxWidth() local

Completed in 10 milliseconds

1234