Home
last modified time | relevance | path

Searched refs:SetMargin (Results 1 - 25 of 66) sorted by relevance

123

/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_misc_test.cpp33 ViewAbstract::SetMargin(CalcLength(5.0f)); in HWTEST_F()
68 ViewAbstract::SetMargin(CalcLength(5.0f)); in HWTEST_F()
72 ViewAbstract::SetMargin(CalcLength(5.0f)); in HWTEST_F()
114 ViewAbstract::SetMargin(CalcLength(5.0f)); in HWTEST_F()
148 ViewAbstract::SetMargin(CalcLength(5.0f)); in HWTEST_F()
180 ViewAbstract::SetMargin(CalcLength(5.0f)); in HWTEST_F()
185 ViewAbstract::SetMargin(CalcLength(1.0f)); in HWTEST_F()
/foundation/resourceschedule/frame_aware_sched/frameworks/core/frame_aware_collector/src/
H A Drme_core_sched.cpp86 ("FrameS-SetMargin-rtg:" + to_string(m_rtg) + " margin:" + to_string(MARGIN_BEGIN)).c_str()); in BeginFlushBuild()
87 SetMargin(MARGIN_BEGIN); in BeginFlushBuild()
100 ("FrameS-SetMargin-rtg:" + to_string(m_rtg) + " margin:" + to_string(MARGIN_MIDDLE)).c_str()); in BeginFlushRender()
101 SetMargin(MARGIN_MIDDLE); in BeginFlushRender()
125 ("FrameS-SetMargin-rtg:" + to_string(m_rtg) + " margin:" + to_string(MARGIN_END)).c_str()); in RenderStart()
126 SetMargin(MARGIN_END); in RenderStart()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_piece.cpp43 declaration->SetMargin(GetBoxComponent()->GetMargin()); in PrepareSpecializedComponent()
53 boxComponent_->SetMargin(Edge()); in PrepareSpecializedComponent()
H A Ddom_popup.cpp221 popupChild_->GetPopupParam()->SetMargin(boxComponent_->GetMargin()); in PrepareSpecializedComponent()
222 boxComponent_->SetMargin(Edge()); in PrepareSpecializedComponent()
H A Ddom_dialog.cpp44 dialogChild_->SetMargin(margin); in PrepareSpecializedComponent()
/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Dpiece_component.cpp144 void PieceComponent::SetMargin(const Edge& margin) in SetMargin() function in OHOS::Ace::PieceComponent
146 declaration_->SetMargin(margin); in SetMargin()
H A Dpiece_component.h75 void SetMargin(const Edge& margin);
/foundation/resourceschedule/frame_aware_sched/common/include/
H A Drtg_interface.h102 int SetMargin(int stateParam);
/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H A Dcustom_dialog_component.h138 void SetMargin(const Edge& margin) in SetMargin() function in OHOS::Ace::CustomDialogComponent
H A Dcustom_dialog_element.cpp79 baseDialog->SetMargin(dialog_->GetMargin()); in ShowDialog()
/foundation/arkui/ace_engine/frameworks/core/components/dialog_modal/
H A Ddialog_modal_component.cpp69 box->SetMargin(Edge(BG_MARGIN)); in BuildInnerChild()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_properties.h52 void SetMargin(const AnimatableDimension& value, const DimensionHelper& helper);
H A Danimatable_properties.cpp123 animatableProperties->SetMargin(AnimatableDimension(margin->GetValue()), setter); in UpdatePropAnimation()
590 void AnimatableProperties::SetMargin(const AnimatableDimension& value, const DimensionHelper& helper) in SetMargin() function in OHOS::Ace::AnimatableProperties
596 renderNode->SetMargin(value, helper); in SetMargin()
/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dsliding_panel_component_v2.cpp49 boxForContent->SetMargin(boxStyle_->GetMargin()); in BuildInnerChild()
H A Dsliding_panel_component.cpp92 boxForContent->SetMargin(boxStyle->GetMargin()); in BuildInnerChild()
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Ddialog_tween_component.h164 void SetMargin(const Edge& edge) in SetMargin() function in OHOS::Ace::DialogTweenComponent
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_textfield_ffi.cpp141 TextFieldModel::GetInstance()->SetMargin(); in FfiOHOSAceFrameworkTextFieldSetMargin()
147 TextFieldModel::GetInstance()->SetMargin(); in FfiOHOSAceFrameworkTextFieldSetMargins()
/foundation/resourceschedule/frame_aware_sched/test/unittest/phone/
H A Drtg_interface_test.cpp328 ret = SetMargin(0); in HWTEST_F()
345 ret = SetMargin(0); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/piece/
H A Dpiece_declaration.h137 void SetMargin(const Edge& margin) in SetMargin() function in OHOS::Ace::PieceDeclaration
/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Dalert_dialog_component.cpp63 box->SetMargin(margin_); in BuildChild()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_base_component.h117 void SetMargin(const Edge& margin) in SetMargin() function in OHOS::Ace::BoxBaseComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h155 static void SetMargin(const CalcLength &value);
156 static void SetMargin(const PaddingProperty &value);
552 static void SetMargin(FrameNode* frameNode, const CalcLength& value);
553 static void SetMargin(FrameNode* frameNode, const PaddingProperty& value);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.h92 void SetMargin() override;
274 static void SetMargin(FrameNode* frameNode, NG::PaddingProperty& margin);
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_decoration_painter.h152 void SetMargin(const EdgePx& margin) in SetMargin() function in OHOS::Ace::RosenDecorationPainter::RosenDecorationPainter
/foundation/arkui/ace_engine/frameworks/core/components/toast/
H A Dtoast_component.cpp129 baseBox->SetMargin(toastTheme->GetMarging()); in BuildPackageBox()

Completed in 13 milliseconds

123