Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_layout_algorithm_test_ng.cpp627 layoutWrapper.GetLayoutProperty()->UpdateBorderWidth(borderWidth);
708 layoutWrapper.GetLayoutProperty()->UpdateBorderWidth(borderWidth);
955 layoutWrapper.GetLayoutProperty()->UpdateBorderWidth(borderWidth);
1036 layoutWrapper.GetLayoutProperty()->UpdateBorderWidth(borderWidth);
1271 layoutWrapper.GetLayoutProperty()->UpdateBorderWidth(borderWidth);
1353 layoutWrapper.GetLayoutProperty()->UpdateBorderWidth(borderWidth);
1439 layoutWrapper.GetLayoutProperty()->UpdateBorderWidth(borderWidth);
1521 layoutWrapper.GetLayoutProperty()->UpdateBorderWidth(borderWidth);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_model_ng.cpp117 buttonNode->GetLayoutProperty()->UpdateBorderWidth(borderWidth); in CreateButtonChild()
257 pickerNode->GetLayoutProperty()->UpdateBorderWidth(borderWidth); in CreateNode()
414 frameNode->GetLayoutProperty()->UpdateBorderWidth(borderWidth); in ClearBorderWidth()
579 frameNode->GetLayoutProperty()->UpdateBorderWidth(borderWidth); in ClearBorderWidth()
H A Dcalendar_picker_pattern.cpp180 addButtonNode->GetLayoutProperty()->UpdateBorderWidth(addBorderWidth); in UpdateEntryButtonBorderWidth()
181 subButtonNode->GetLayoutProperty()->UpdateBorderWidth(subBorderWidth); in UpdateEntryButtonBorderWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/
H A Dapp_bar_view.cpp150 layoutProperty->UpdateBorderWidth(borderWidth); in BuildMenuBar()
151 renderContext->UpdateBorderWidth(borderWidth); in BuildMenuBar()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dservice_collaboration_menu_ace_helper.cpp219 rowProperty->UpdateBorderWidth(width); in CreateMainMenuItem()
222 rowContext->UpdateBorderWidth(width); in CreateMainMenuItem()
364 rowProperty->UpdateBorderWidth(borderWidth1); in CreateMenuItemGroupNode()
367 context->UpdateBorderWidth(borderWidth1); in CreateMenuItemGroupNode()
H A Dselect_overlay_node.cpp1380 …selectMenu_->GetLayoutProperty()->UpdateBorderWidth({ borderWidth, borderWidth, borderWidth, borde… in SelectMenuAndInnerInitProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_model_ng.cpp80 buttonNode->GetLayoutProperty()->UpdateBorderWidth(counterTheme->GetBorderWidth()); in CreateButtonChild()
108 contentNode->GetLayoutProperty()->UpdateBorderWidth(counterTheme->GetContentBorderWidth()); in CreateContentNodeChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_pattern.cpp104 textLayoutProperty->UpdateBorderWidth(borderWidth); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.h152 void UpdateBorderWidth(const BorderWidthProperty& value);
H A Dlayout_property.cpp973 void LayoutProperty::UpdateBorderWidth(const BorderWidthProperty& value) in UpdateBorderWidth() function in OHOS::Ace::NG::LayoutProperty
1777 layoutProperty->UpdateBorderWidth(borderWidth); in CheckLocalizedEdgeWidths()
1778 target->UpdateBorderWidth(borderWidth); in CheckLocalizedEdgeWidths()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/render/
H A Drender_context_test_ng.cpp359 layoutProperty->UpdateBorderWidth(borderWidth);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_pattern.cpp782 … nodeLayoutProperty->UpdateBorderWidth({ borderWidth, borderWidth, borderWidth, borderWidth }); in ApplyIndexChanged()
789 … nodeLayoutProperty->UpdateBorderWidth({ borderWidth, borderWidth, borderWidth, borderWidth }); in ApplyIndexChanged()
846 … nodeLayoutProperty->UpdateBorderWidth({ borderWidth, borderWidth, borderWidth, borderWidth }); in ApplyIndexChanged()
1105 letterLayoutProperty->UpdateBorderWidth( in UpdateBubbleLetterView()
1111 letterLayoutProperty->UpdateBorderWidth({ zeroWidth, zeroWidth, zeroWidth, zeroWidth }); in UpdateBubbleLetterView()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_model_ng.cpp205 buttonLayoutProperty->UpdateBorderWidth(widthProp); in SetDefaultBackgroundButton()
H A Dsecurity_component_pattern.cpp417 buttonLayoutProp->UpdateBorderWidth(widthProp); in UpdateButtonProperty()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp337 layoutProps->UpdateBorderWidth(props.borderWidth.value()); in UpdateContentRenderContext()
338 contentRenderContext->UpdateBorderWidth(props.borderWidth.value()); in UpdateContentRenderContext()
1211 layoutProps->UpdateBorderWidth(dialogProperties_.borderWidth.value()); in OnLanguageConfigurationUpdate()
1212 contentRenderContext_->UpdateBorderWidth(dialogProperties_.borderWidth.value()); in OnLanguageConfigurationUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_pattern_enhance.cpp85 layoutProperty->UpdateBorderWidth(borderWidth); in ShowTitle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng.cpp439 FRAME_NODE->layoutProperty_->UpdateBorderWidth(BorderWidthPropertyT<Dimension>());
1375 layoutProperty->UpdateBorderWidth(overCountBorderWidth);
H A Dframe_node_test_ng_coverage.cpp723 layoutProperty->UpdateBorderWidth(borderWidth);
766 layoutProperty->UpdateBorderWidth(borderWidth);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_modifier_test_ng.cpp375 paintProperty_->UpdateBorderWidth(0.0_vp);
388 paintProperty_->UpdateBorderWidth(300.0_vp);
390 paintProperty_->UpdateBorderWidth(2.0_vp);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.cpp420 layoutProperty->UpdateBorderWidth(borderWidth); in SetSheetBorderWidth()
421 renderContext->UpdateBorderWidth(borderWidth); in SetSheetBorderWidth()
425 layoutProperty->UpdateBorderWidth(borderWidth); in SetSheetBorderWidth()
426 renderContext->UpdateBorderWidth(borderWidth); in SetSheetBorderWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drender_node_modifier.cpp322 layoutProperty->UpdateBorderWidth(borderWidthProperty); in SetBorderWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp342 stackLayoutProps->UpdateBorderWidth(widthProp); in SetHoverImageStackBorderRadius()
343 stackContext->UpdateBorderWidth(widthProp); in SetHoverImageStackBorderRadius()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp99 layoutProperty->UpdateBorderWidth(borderWidth); in ShowTitle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp6653 layoutProperty->UpdateBorderWidth(inlineBorderWidth); in OnBackPressed()
6654 renderContext->UpdateBorderWidth(inlineBorderWidth); in OnBackPressed()
8067 layoutProperty->UpdateBorderWidth(borderWidth); in OnBackPressed()
8105 renderContext->UpdateBorderWidth(borderWidth); in OnBackPressed()
8106 layoutProperty->UpdateBorderWidth(borderWidth); in OnBackPressed()
8108 renderContext->UpdateBorderWidth(paintProperty->GetBorderWidthFlagByUserValue()); in OnBackPressed()
8109 layoutProperty->UpdateBorderWidth(paintProperty->GetBorderWidthFlagByUserValue()); in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp4880 textLayoutProperty->UpdateBorderWidth(borderWidth); in SetTooltipTextLayoutPropertyInner()