Home
last modified time | relevance | path

Searched refs:SetEdges (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow_sections.cpp79 margin.SetEdges(NG::CalcLength(length.CalcValue())); in ParseMargin()
81 margin.SetEdges(NG::CalcLength(length)); in ParseMargin()
H A Djs_checkboxgroup.cpp355 padding.SetEdges(NG::CalcLength(length.IsNonNegative() ? length : CalcDimension())); in GetNewPadding()
H A Djs_radio.cpp285 padding.SetEdges(NG::CalcLength(length.IsNonNegative() ? length : CalcDimension())); in GetNewPadding()
H A Djs_checkbox.cpp407 padding.SetEdges(NG::CalcLength(length.IsNonNegative() ? length : CalcDimension())); in GetNewPadding()
H A Djs_toggle.cpp387 padding.SetEdges(NG::CalcLength(length.IsNonNegative() ? length : CalcDimension())); in GetNewPadding()
H A Djs_button.cpp450 padding.SetEdges(NG::CalcLength(length)); in GetNewPadding()
H A Djs_calendar_picker.cpp333 padding.SetEdges(NG::CalcLength(length)); in JsPadding()
H A Djs_textfield.cpp772 padding.SetEdges(NG::CalcLength(length.IsNonNegative() ? length : CalcDimension())); in GetNewPadding()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_content_modifier_test_ng.cpp106 margins.SetEdges(TEST_MARGIN_CALC); in CreateImageStyledString()
108 paddings.SetEdges(TEST_PADDING_CALC); in CreateImageStyledString()
H A Drich_editor_styled_string_test_ng.cpp102 margins.SetEdges(TEST_MARGIN_CALC); in CreateImageStyledString()
104 paddings.SetEdges(TEST_PADDING_CALC); in CreateImageStyledString()
285 paddings.SetEdges(TEST_PADDING_CALC);
289 margins.SetEdges(TEST_MARGIN_CALC);
H A Drich_editor_test_ng.cpp6468 margins.SetEdges(CalcLength(10.0));
6470 paddings.SetEdges(CalcLength(5.0));
/ohos5.0/foundation/arkui/ace_engine/test/unittest/adapter/ohos/capability/
H A Dhtml_convert_test.cpp86 margins.SetEdges(CalcLength(10.0)); in GetImageOption()
89 paddings.SetEdges(CalcLength(5.0)); in GetImageOption()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dmeasure_property.h377 void SetEdges(const T& padding) in SetEdges() function
385 void SetEdges(const T& leftValue, const T& rightValue, const T& topValue, const T& bottomValue) in SetEdges() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model_ng.cpp311 padding.SetEdges(CalcLength(MENU_BUTTON_PADDING)); in CreateBackButton()
319 padding.SetEdges(CalcLength(BUTTON_PADDING)); in CreateBackButton()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp88 margins.SetEdges(CalcLength(10.0)); in GetImageOption()
90 paddings.SetEdges(CalcLength(5.0)); in GetImageOption()
1812 margins.SetEdges(CalcLength(10.0));
1814 paddings.SetEdges(CalcLength(5.0));
H A Dtext_testfive_ng.cpp882 margins.SetEdges(CalcLength(10.0));
884 paddings.SetEdges(CalcLength(5.0));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_title_util.cpp244 padding.SetEdges(CalcLength(MENU_BUTTON_PADDING)); in CreateMenuItemButton()
256 padding.SetEdges(CalcLength(BUTTON_PADDING)); in CreateMenuItemButton()
H A Dtitle_bar_layout_algorithm.cpp65 padding.SetEdges(CalcLength(MENU_BUTTON_PADDING)); in BackButtonLayout()
99 padding.SetEdges(CalcLength(BUTTON_PADDING)); in MeasureBackButton()
H A Dnavigation_model_ng.cpp661 padding.SetEdges(CalcLength(backButtonPadding)); in SetTitleMode()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testfour.cpp79 mp.SetEdges(CalcLength(0.0f), CalcLength(0.0f), CalcLength(0.0f), CalcLength(0.0f));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_pattern.cpp148 margin.SetEdges(CalcLength(0.0)); in UpdateShowingImageInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.cpp496 padding.SetEdges(value); in SetPadding()
514 padding.SetEdges(value); in SetSafeAreaPadding()
538 padding.SetEdges(value); in SetSafeAreaPadding()
560 margin.SetEdges(value); in SetMargin()
3405 padding.SetEdges(value); in SetPadding()
3419 margin.SetEdges(value); in SetMargin()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.cpp991 padding.SetEdges(CalcLength(theme->GetOutPadding())); in InitTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_pattern.cpp1850 margin.SetEdges(CalcLength(0.0)); in UpdateShowingImageInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp8159 margin.SetEdges(CalcLength(0.0_vp)); in OnBackPressed()