/ohos5.0/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); variable 88 Size childSize = Size(SMALL_LENGTH, MIDDLE_LENGTH); variable 116 Size childSize = Size(SMALL_LENGTH, MIDDLE_LENGTH); variable 144 Size childSize = Size(SMALL_LENGTH, MIDDLE_LENGTH); variable 172 Size childSize = Size(SMALL_LENGTH, MIDDLE_LENGTH); variable 200 Size childSize = Size(SMALL_LENGTH, MIDDLE_LENGTH); variable 228 Size childSize = Size(SMALL_LENGTH, MIDDLE_LENGTH); variable 256 Size childSize = Size(SMALL_LENGTH, MIDDLE_LENGTH); variable 284 Size childSize = Size(SMALL_LENGTH, MIDDLE_LENGTH); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_layout_algorithm.cpp | 60 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in Measure() local 109 SizeF childSize = child->GetGeometryNode()->GetMarginFrameSize(); in Layout() local 120 SizeF childSize = child->GetGeometryNode()->GetMarginFrameSize(); in Layout() local 161 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in MeasureRow() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navigation_content_layout_algorithm.cpp | 26 auto childSize = layoutWrapper->GetTotalChildCount(); in Measure() local 59 SizeF childSize = child->GetGeometryNode()->GetMarginFrameSize(); in Layout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/ |
H A D | scroll_bar_layout_algorithm.cpp | 45 void UpdateIdealSize(Axis axis, const SizeF& childSize, const OptionalSizeF& parentSize, OptionalSi… in UpdateIdealSize() 106 auto childSize = childWrapper->GetGeometryNode()->GetMarginFrameSize(); in Measure() local 132 auto childSize = childGeometryNode->GetMarginFrameSize(); in Layout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/counter/ |
H A D | render_counter.cpp | 36 auto childSize = child->GetLayoutSize(); in PerformLayout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | render_dialog.cpp | 32 auto childSize = child->GetLayoutSize(); in PerformLayout() local
|
/ohos5.0/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() 88 void DumpLog::Append(int32_t depth, const std::string& className, int32_t childSize) in Append()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_layout_algorithm.cpp | 597 const SizeF& childSize, const RefPtr<BubbleLayoutProperty>& bubbleProp) in GetChildPositionNew() 772 …const SizeF& childSize, const OffsetF& topPosition, const OffsetF& bottomPosition, OffsetF& arrowP… in GetAdjustPosition() 897 …const SizeF& childSize, const OffsetF& topPosition, const OffsetF& bottomPosition, OffsetF& arrowP… in GetPositionWithPlacementNew() 911 const OffsetF& position, size_t step, size_t& i, const SizeF& childSize, bool didNeedArrow) in FitToScreenNew() 1110 const Rect& rect, const OffsetF& position, const SizeF& childSize) in CheckPositionInPlacementRect() 1195 …const SizeF& childSize, const OffsetF& topPosition, const OffsetF& bottomPosition, OffsetF& arrowP… in GetPositionWithPlacementTop() 2091 const SizeF& childSize, const RefPtr<BubbleLayoutProperty>& layoutProp, bool UseArrowOffset) in GetChildPosition() 2160 OffsetF& topPosition, OffsetF& bottomPosition, const SizeF& childSize) in InitArrowTopAndBottomPosition() 2185 OffsetF& childPosition, OffsetF& arrowPosition, const SizeF& childSize, Placement placement) in GetPositionWithPlacement() 2272 const OffsetF& childOffset, const SizeF& childSize) in GetErrorPositionType() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | render_list_item_group.cpp | 137 double childSize = GetMainSize(child->GetLayoutSize()); in RecycleStartCacheItems() local 168 double childSize = GetMainSize(child->GetLayoutSize()); in LayoutALine() local 219 double childSize = GetMainSize(child->GetLayoutSize()); in RequestNewItemsAtEnd() local 259 double childSize = GetMainSize(child->GetLayoutSize()); in RequestNewItemsAtStart() local 345 double childSize = GetMainSize(child->GetLayoutSize()); in SetItemsPostion() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_layout_algorithm.cpp | 110 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in Layout() local 120 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in Layout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_layout_algorithm.cpp | 563 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in Layout() local 618 …const RefPtr<DialogLayoutProperty>& dialogProp, SizeF childSize, SizeF selfSize, int32_t frameNode… in SetSubWindowHotarea() 645 bool DialogLayoutAlgorithm::IsDialogTouchingBoundary(OffsetF topLeftPoint, SizeF childSize, SizeF s… in IsDialogTouchingBoundary() 664 …utAlgorithm::MultipleDialog(const RefPtr<DialogLayoutProperty>& dialogProp, const SizeF& childSize, in MultipleDialog() 695 const SizeF& childSize, const RefPtr<DialogLayoutProperty>& prop, const SizeF& selfSize) in ComputeChildPosition() 762 bool DialogLayoutAlgorithm::SetAlignmentSwitch(SizeF& maxSize, const SizeF& childSize, OffsetF& top… in SetAlignmentSwitch() 812 …gLayoutAlgorithm::SetAlignmentSwitchLessThanAPITwelve(const SizeF& maxSize, const SizeF& childSize, in SetAlignmentSwitchLessThanAPITwelve() 857 …OffsetF& topLeftPoint, const OffsetF& dialogOffset, const SizeF& childSize, bool needAvoidKeyboard) in AdjustChildPosition() 943 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in UpdateIsScrollHeightNegative() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | box_layout_algorithm.cpp | 127 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in PerformMeasureSelfWithChildList() local 173 SizeF childSize = child->GetGeometryNode()->GetMarginFrameSize(); in PerformLayout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/ |
H A D | scroll_layout_algorithm.cpp | 61 auto childSize = SizeF(0.f, 0.f); in Measure() local 126 auto childSize = childGeometryNode->GetMarginFrameSize(); in Layout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/ |
H A D | menu_layout_algorithm.cpp | 786 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in CalculateIdealSize() local 1978 auto childSize = optionWrapper->GetGeometryNode()->GetMarginFrameSize(); in UpdateConstraintBaseOnOptions() local 2063 const SizeF& childSize, const OffsetF& topPosition, const OffsetF& bottomPosition) in GetPositionWithPlacement() 2264 const SizeF& childSize, const OffsetF& topPosition, const OffsetF& bottomPosition) in GetAdjustPosition() 2413 const Rect& rect, const OffsetF& position, const SizeF& childSize) in CheckPositionInPlacementRect() 2456 bool MenuLayoutAlgorithm::CheckPlacement(const SizeF& childSize) in CheckPlacement() 2539 const SizeF& childSize, const OffsetF& topPosition, const OffsetF& bottomPosition) in GetPositionWithPlacementTop() 2545 const SizeF& childSize, const OffsetF& topPosition, const OffsetF& bottomPosition) in GetPositionWithPlacementTopLeft() 2556 const SizeF& childSize, const OffsetF& topPosition, const OffsetF& bottomPosition) in GetPositionWithPlacementTopRight() 2567 const SizeF& childSize, const OffsetF& topPosition, const OffsetF& bottomPosition) in GetPositionWithPlacementBottom() [all …]
|
H A D | multi_menu_layout_algorithm.cpp | 146 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in UpdateSelfSize() local 186 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in GetChildrenMaxWidth() local
|
/ohos5.0/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& … in GetAlignPosition() 64 const NG::SizeF& parentSize, const NG::SizeF& childSize, const Alignment& alignment) in GetAlignPosition()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | render_bubble.cpp | 364 Offset& topPosition, Offset& bottomPosition, const Size& childSize) in InitArrowTopAndBottomPosition() 385 Offset RenderBubble::GetChildPosition(const Size& childSize) in GetChildPosition() 434 Offset RenderBubble::GetPositionWithPlacement(const Size& childSize, const Offset& topPosition, in GetPositionWithPlacement() 514 Offset RenderBubble::FitToScreen(const Offset& fitPosition, const Size& childSize) in FitToScreen() 530 …orPositionType RenderBubble::GetErrorPositionType(const Offset& childOffset, const Size& childSize) in GetErrorPositionType()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/render_node/ |
H A D | render_node_layout_algorithm.cpp | 74 SizeF childSize = child->GetGeometryNode()->GetFrameSize(); in Layout() local
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/ |
H A D | stack_layout_algorithm.cpp | 71 const NG::SizeF& parentSize, const NG::SizeF& childSize, const Alignment& alignment) in CalculateStackAlignment()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/flex/old_cases/ |
H A D | flex_testthree_ng.cpp | 232 auto childSize = childWrapper->GetGeometryNode()->GetFrameSize(); variable 240 auto childSize = childWrapper->GetGeometryNode()->GetFrameSize(); variable 372 auto childSize = childWrapper->GetGeometryNode()->GetFrameSize(); variable 381 auto childSize = childWrapper->GetGeometryNode()->GetFrameSize(); variable 598 auto childSize = childWrapper->GetGeometryNode()->GetFrameSize(); variable 686 auto childSize = childWrapper->GetGeometryNode()->GetFrameSize(); variable 771 auto childSize = childWrapper->GetGeometryNode()->GetFrameSize(); variable
|
H A D | flex_test_ng.cpp | 732 auto childSize = childWrapper->GetGeometryNode()->GetFrameSize(); variable 1021 auto childSize = childWrapper->GetGeometryNode()->GetFrameSize(); variable 1104 auto childSize = childWrapper->GetGeometryNode()->GetFrameSize(); variable 1189 auto childSize = childWrapper->GetGeometryNode()->GetFrameSize(); variable 1274 auto childSize = childWrapper->GetGeometryNode()->GetFrameSize(); variable 1358 auto childSize = childWrapper->GetGeometryNode()->GetFrameSize(); variable 1443 auto childSize = childWrapper->GetGeometryNode()->GetFrameSize(); variable 1534 auto childSize = childWrapper->GetGeometryNode()->GetFrameSize(); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/ |
H A D | render_dialog_tween.cpp | 330 auto childSize = child->GetLayoutSize(); in PerformLayout() local 433 bool RenderDialogTween::SetAlignmentSwitch(const Size& maxSize, const Size& childSize, Offset& topL… in SetAlignmentSwitch() argument 476 …logTween::UpdateTouchRegion(const Offset& topLeftPoint, const Size& maxSize, const Size& childSize) in UpdateTouchRegion()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_container_layout_algorithm.cpp | 84 auto childSize = child->GetGeometryNode()->GetMarginFrameSize(); in GetChildrenSize() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_list_item_group.cpp | 73 double childSize = -1.0; in ParseChange() local 96 double childSize = -1.0; in SyncChildrenSize() local
|