/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_piece.cpp | 43 declaration->SetMargin(GetBoxComponent()->GetMargin()); in PrepareSpecializedComponent()
|
H A D | dom_popup.cpp | 176 popupChild_->GetPopupParam()->SetTargetMargin(idNode->GetBoxComponent()->GetMargin()); in BindIdNode() 221 popupChild_->GetPopupParam()->SetMargin(boxComponent_->GetMargin()); in PrepareSpecializedComponent()
|
/foundation/arkui/ace_engine/frameworks/core/components/piece/ |
H A D | piece_component.cpp | 140 const Edge& PieceComponent::GetMargin() const in GetMargin() function in OHOS::Ace::PieceComponent 142 return declaration_->GetMargin(); in GetMargin()
|
H A D | render_piece.cpp | 56 auto margin = pieceComponent_->GetMargin(); in OnPaintFinish()
|
H A D | piece_component.h | 74 const Edge& GetMargin() const;
|
H A D | rosen_render_piece.cpp | 35 auto margin = pieceComponent_->GetMargin(); in Paint()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | inspector_composed_element.cpp | 489 auto top = render->GetMargin(DimensionHelper(&Edge::SetTop, &Edge::Top)); in GetAllMargin() 490 auto right = render->GetMargin(DimensionHelper(&Edge::SetRight, &Edge::Right)); in GetAllMargin() 491 auto bottom = render->GetMargin(DimensionHelper(&Edge::SetBottom, &Edge::Bottom)); in GetAllMargin() 492 auto left = render->GetMargin(DimensionHelper(&Edge::SetLeft, &Edge::Left)); in GetAllMargin() 507 Dimension InspectorComposedElement::GetMargin(OHOS::Ace::AnimatableType type) const in GetMargin() function in OHOS::Ace::V2::InspectorComposedElement 512 return render->GetMargin(DimensionHelper(&Edge::SetLeft, &Edge::Left)); in GetMargin() 514 return render->GetMargin(DimensionHelper(&Edge::SetTop, &Edge::Top)); in GetMargin() 516 return render->GetMargin(DimensionHelper(&Edge::SetRight, &Edge::Right)); in GetMargin() 518 return render->GetMargin(DimensionHelper(&Edge::SetBottom, &Edge::Bottom)); in GetMargin() 1451 auto marginLeft = GetMargin(AnimatableTyp in GetCurrentRectAndOrigin() [all...] |
H A D | grid_container_composed_element.cpp | 106 return node->GetMargin(DimensionHelper(&Edge::SetLeft, &Edge::Left)).ToString(); in GetMarginLeft()
|
H A D | inspector_node.h | 102 virtual Dimension GetMargin(OHOS::Ace::AnimatableType type) const = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/ |
H A D | custom_dialog_component.h | 144 const Edge& GetMargin() const in GetMargin() function in OHOS::Ace::CustomDialogComponent
|
H A D | custom_dialog_element.cpp | 79 baseDialog->SetMargin(dialog_->GetMargin()); in ShowDialog()
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | animatable_properties.h | 53 AnimatableDimension GetMargin(const DimensionHelper& helper) const;
|
H A D | animatable_properties.cpp | 119 const Dimension& dimension = animatableProperties->GetMargin(setter); in UpdatePropAnimation() 599 AnimatableDimension AnimatableProperties::GetMargin(const DimensionHelper& helper) const in GetMargin() function in OHOS::Ace::AnimatableProperties 605 return renderNode->GetMargin(helper); in GetMargin()
|
/foundation/arkui/ace_engine/frameworks/core/components/panel/ |
H A D | sliding_panel_component_v2.cpp | 49 boxForContent->SetMargin(boxStyle_->GetMargin()); in BuildInnerChild()
|
H A D | sliding_panel_component.cpp | 92 boxForContent->SetMargin(boxStyle->GetMargin()); in BuildInnerChild()
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/ |
H A D | dialog_tween_component.h | 170 const Edge& GetMargin() const in GetMargin() function in OHOS::Ace::DialogTweenComponent
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box_base.h | 93 AnimatableDimension GetMargin(const DimensionHelper& helper) const in GetMargin() function in OHOS::Ace::RenderBoxBase 175 EdgePx GetMargin() const in GetMargin() function in OHOS::Ace::RenderBoxBase
|
H A D | box_base_component.h | 59 const Edge& GetMargin() const in GetMargin() function in OHOS::Ace::BoxBaseComponent
|
/foundation/arkui/ace_engine/frameworks/bridge/common/accessibility/ |
H A D | accessibility_node_manager.cpp | 714 auto marginLeft = inspector->GetMargin(AnimatableType::PROPERTY_MARGIN_LEFT).ConvertToPx(); in UpdateEventTarget() 715 auto marginRight = inspector->GetMargin(AnimatableType::PROPERTY_MARGIN_RIGHT).ConvertToPx(); in UpdateEventTarget() 716 auto marginTop = inspector->GetMargin(AnimatableType::PROPERTY_MARGIN_TOP).ConvertToPx(); in UpdateEventTarget() 717 auto marginBottom = inspector->GetMargin(AnimatableType::PROPERTY_MARGIN_BOTTOM).ConvertToPx(); in UpdateEventTarget()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/ |
H A D | piece_declaration.h | 132 const Edge& GetMargin() const in GetMargin() function in OHOS::Ace::PieceDeclaration
|
/foundation/arkui/ace_engine/frameworks/core/components/wrap/ |
H A D | render_wrap.cpp | 210 beforeMarginBottom = itemTemp->GetMargin(setterBottom).Value(); in CalculateMargin() 214 double currentItemMarginTop = itemTemp->GetMargin(setterTop).Value(); in CalculateMargin() 215 currentItemMarginBottom = itemTemp->GetMargin(setterBottom).Value(); in CalculateMargin()
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | render_list_item_group.cpp | 131 double marginTop = NormalizeToPx(renderBox->GetMargin().Top()); in AddArrowImage() 132 double marginRight = NormalizeToPx(renderBox->GetMargin().Right()); in AddArrowImage()
|
H A D | render_list_item.cpp | 463 marginInPx = box->GetMargin(); in ResetFocusEffect() 652 auto margin = childNode->GetMargin(); in ResetFocusEffect()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/ |
H A D | relative_container_layout_algorithm.cpp | 653 if (anchorWrapper->GetGeometryNode()->GetMargin()) { in GetHorizontalAnchorValueByAlignRule() 654 marginLeft = anchorWrapper->GetGeometryNode()->GetMargin()->left; in GetHorizontalAnchorValueByAlignRule() 696 if (anchorWrapper->GetGeometryNode()->GetMargin()) { in GetVerticalAnchorValueByAlignRule() 697 marginTop = anchorWrapper->GetGeometryNode()->GetMargin()->top; in GetVerticalAnchorValueByAlignRule() 1775 marginLeft = GetOriginMarginLeft(textDirection, anchorWrapper->GetGeometryNode()->GetMargin()); in CalcHorizontalOffset() 1900 if (anchorWrapper->GetGeometryNode()->GetMargin()) { in CalcVerticalOffset() 1901 marginTop = anchorWrapper->GetGeometryNode()->GetMargin()->top; in CalcVerticalOffset()
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | popup_param.h | 114 const Edge& GetMargin() const in GetMargin() function in OHOS::Ace::PopupParam
|