/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_water_flow_sections.cpp | 79 margin.SetEdges(NG::CalcLength(length.CalcValue())); in ParseMargin() 81 margin.SetEdges(NG::CalcLength(length)); in ParseMargin()
|
H A D | js_checkboxgroup.cpp | 355 padding.SetEdges(NG::CalcLength(length.IsNonNegative() ? length : CalcDimension())); in GetNewPadding()
|
H A D | js_radio.cpp | 285 padding.SetEdges(NG::CalcLength(length.IsNonNegative() ? length : CalcDimension())); in GetNewPadding()
|
H A D | js_checkbox.cpp | 407 padding.SetEdges(NG::CalcLength(length.IsNonNegative() ? length : CalcDimension())); in GetNewPadding()
|
H A D | js_toggle.cpp | 387 padding.SetEdges(NG::CalcLength(length.IsNonNegative() ? length : CalcDimension())); in GetNewPadding()
|
H A D | js_button.cpp | 450 padding.SetEdges(NG::CalcLength(length)); in GetNewPadding()
|
H A D | js_calendar_picker.cpp | 333 padding.SetEdges(NG::CalcLength(length)); in JsPadding()
|
H A D | js_textfield.cpp | 772 padding.SetEdges(NG::CalcLength(length.IsNonNegative() ? length : CalcDimension())); in GetNewPadding()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_content_modifier_test_ng.cpp | 106 margins.SetEdges(TEST_MARGIN_CALC); in CreateImageStyledString() 108 paddings.SetEdges(TEST_PADDING_CALC); in CreateImageStyledString()
|
H A D | rich_editor_styled_string_test_ng.cpp | 102 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 D | rich_editor_test_ng.cpp | 6468 margins.SetEdges(CalcLength(10.0)); 6470 paddings.SetEdges(CalcLength(5.0));
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/adapter/ohos/capability/ |
H A D | html_convert_test.cpp | 86 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 D | measure_property.h | 377 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 D | navdestination_model_ng.cpp | 311 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 D | span_string_test_ng.cpp | 88 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 D | text_testfive_ng.cpp | 882 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 D | navigation_title_util.cpp | 244 padding.SetEdges(CalcLength(MENU_BUTTON_PADDING)); in CreateMenuItemButton() 256 padding.SetEdges(CalcLength(BUTTON_PADDING)); in CreateMenuItemButton()
|
H A D | title_bar_layout_algorithm.cpp | 65 padding.SetEdges(CalcLength(MENU_BUTTON_PADDING)); in BackButtonLayout() 99 padding.SetEdges(CalcLength(BUTTON_PADDING)); in MeasureBackButton()
|
H A D | navigation_model_ng.cpp | 661 padding.SetEdges(CalcLength(backButtonPadding)); in SetTitleMode()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_pattern_testfour.cpp | 79 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 D | image_animator_pattern.cpp | 148 margin.SetEdges(CalcLength(0.0)); in UpdateShowingImageInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.cpp | 496 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 D | menu_pattern.cpp | 991 padding.SetEdges(CalcLength(theme->GetOutPadding())); in InitTheme()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/ |
H A D | image_pattern.cpp | 1850 margin.SetEdges(CalcLength(0.0)); in UpdateShowingImageInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.cpp | 8159 margin.SetEdges(CalcLength(0.0_vp)); in OnBackPressed()
|