Home
last modified time | relevance | path

Searched defs:buttonLayoutProperty (Results 1 – 25 of 42) sorted by relevance

12

/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/
Dcalendar_picker_test_update.cpp177 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
229 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
273 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
318 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
364 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
409 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
454 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
501 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
553 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
605 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
[all …]
Dcalendar_dialog_view_test_ng.cpp461 auto buttonLayoutProperty = AceType::MakeRefPtr<ButtonLayoutProperty>(); variable
507 auto buttonLayoutProperty = AceType::MakeRefPtr<ButtonLayoutProperty>(); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
Dbutton_property_test_ng.cpp295 …RefPtr<ButtonLayoutProperty> buttonLayoutProperty = AceType::DynamicCast<ButtonLayoutProperty>(lay… variable
325 …RefPtr<ButtonLayoutProperty> buttonLayoutProperty = AceType::DynamicCast<ButtonLayoutProperty>(lay… variable
360 …RefPtr<ButtonLayoutProperty> buttonLayoutProperty = AceType::DynamicCast<ButtonLayoutProperty>(lay… variable
464 auto buttonLayoutProperty = frameNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
645 auto buttonLayoutProperty = buttonPattern->GetLayoutProperty<ButtonLayoutProperty>(); variable
822 …RefPtr<ButtonLayoutProperty> buttonLayoutProperty = AceType::DynamicCast<ButtonLayoutProperty>(lay… variable
858 …RefPtr<ButtonLayoutProperty> buttonLayoutProperty = AceType::DynamicCast<ButtonLayoutProperty>(lay… variable
894 …RefPtr<ButtonLayoutProperty> buttonLayoutProperty = AceType::DynamicCast<ButtonLayoutProperty>(lay… variable
930 …RefPtr<ButtonLayoutProperty> buttonLayoutProperty = AceType::DynamicCast<ButtonLayoutProperty>(lay… variable
968 …RefPtr<ButtonLayoutProperty> buttonLayoutProperty = AceType::DynamicCast<ButtonLayoutProperty>(lay… variable
[all …]
Dbutton_event_test_ng.cpp154 void ButtonEventTestNg::FontWeightTest(RefPtr<ButtonLayoutProperty> buttonLayoutProperty, in FontWeightTest()
354 auto buttonLayoutProperty = frameNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
415 auto buttonLayoutProperty = frameNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
470 auto buttonLayoutProperty = frameNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
517 auto buttonLayoutProperty = frameNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
748 auto buttonLayoutProperty = AceType::MakeRefPtr<ButtonLayoutProperty>(); variable
786 auto buttonLayoutProperty = AceType::MakeRefPtr<ButtonLayoutProperty>(); variable
Dbutton_function_test_ng.cpp263 auto buttonLayoutProperty = frameNode->GetLayoutProperty<ButtonLayoutProperty>(); in CreateAndCheckTextOverflow() local
538 auto buttonLayoutProperty = buttonPattern->GetLayoutProperty<ButtonLayoutProperty>(); variable
608 auto buttonLayoutProperty = buttonPattern->GetLayoutProperty<ButtonLayoutProperty>(); variable
719 auto buttonLayoutProperty = variable
780 auto buttonLayoutProperty = variable
895 auto buttonLayoutProperty = buttonPattern->GetLayoutProperty<ButtonLayoutProperty>(); variable
1035 auto buttonLayoutProperty = variable
1173 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
1376 auto buttonLayoutProperty = buttonPattern->GetLayoutProperty<ButtonLayoutProperty>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
Dbutton_layout_algorithm.cpp38 … auto buttonLayoutProperty = DynamicCast<ButtonLayoutProperty>(layoutWrapper->GetLayoutProperty()); in Measure() local
109 … auto buttonLayoutProperty = DynamicCast<ButtonLayoutProperty>(layoutWrapper->GetLayoutProperty()); in HandleChildLayoutConstraint() local
136 … auto buttonLayoutProperty = DynamicCast<ButtonLayoutProperty>(layoutWrapper->GetLayoutProperty()); in HandleLabelCircleButtonConstraint() local
178 … auto buttonLayoutProperty = DynamicCast<ButtonLayoutProperty>(layoutWrapper->GetLayoutProperty()); in HandleAdaptiveText() local
221 … auto buttonLayoutProperty = DynamicCast<ButtonLayoutProperty>(layoutWrapper->GetLayoutProperty()); in HandleBorderRadius() local
278 … auto buttonLayoutProperty = DynamicCast<ButtonLayoutProperty>(layoutWrapper->GetLayoutProperty()); in PerformMeasureSelf() local
422 … auto buttonLayoutProperty = DynamicCast<ButtonLayoutProperty>(layoutWrapper->GetLayoutProperty()); in NeedAgingMeasure() local
465 … auto buttonLayoutProperty = DynamicCast<ButtonLayoutProperty>(layoutWrapper->GetLayoutProperty()); in IsAging() local
Dbutton_model_static.cpp242 auto buttonLayoutProperty = frameNode->GetLayoutProperty<ButtonLayoutProperty>(); in SetType() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
Dclose_icon_pattern.cpp40 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in InitCloseIcon() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
Dstepper_pattern.cpp146 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in CreateLeftButtonNode() local
302 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in CreateArrowRightButtonNode() local
411 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in CreateArrowlessRightButtonNode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
Dcalendar_dialog_view.cpp372 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in CreateTitleImageNode() local
670 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in CreateButtonNode() local
685 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in UpdateButtonLayoutProperty() local
724const RefPtr<ButtonLayoutProperty>& buttonLayoutProperty, const RefPtr<RenderContext>& buttonRende… in UpdateButtonStyles()
761const RefPtr<ButtonLayoutProperty>& buttonLayoutProperty, const RefPtr<RenderContext>& buttonRende… in UpdateButtonStyleAndRole()
1228 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in UpdateButtons() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
Dswiper_arrow_pattern.cpp259 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in InitNavigationArrow() local
557 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in UpdateArrowContent() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
Dsearch_test_ng.cpp105 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
560 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
1098 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
1116 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
1161 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
Dsearch_testtwo_ng.cpp1153 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
2093 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
2117 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
2403 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
3084 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); in GetLayoutWrapper() local
3670 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
Dtextpicker_paint_method.cpp265 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in PaintSelectedBackgroundColor() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
Dselect_overlay_node.cpp252 void PreparePasteButtonLayoutProperty(RefPtr<OHOS::Ace::NG::SecurityComponentLayoutProperty>& butto… in PreparePasteButtonLayoutProperty()
292 auto buttonLayoutProperty = pasteButton->GetLayoutProperty<SecurityComponentLayoutProperty>(); in BuildPasteButton() local
394 bool PrepareButtonProp(RefPtr<OHOS::Ace::NG::ButtonLayoutProperty>& buttonLayoutProperty, in PrepareButtonProp()
463 auto buttonLayoutProperty = button->GetLayoutProperty<ButtonLayoutProperty>(); in BuildButton() local
562 auto buttonLayoutProperty = button->GetLayoutProperty<ButtonLayoutProperty>(); in BuildButton() local
665 auto buttonLayoutProperty = button->GetLayoutProperty<ButtonLayoutProperty>(); in BuildCreateMenuItemButton() local
701 auto buttonLayoutProperty = button->GetLayoutProperty<ButtonLayoutProperty>(); in UpdateBackButtonPadding() local
765 auto buttonLayoutProperty = button->GetLayoutProperty<ButtonLayoutProperty>(); in BuildMoreOrBackButton() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
Dsearch_pattern.cpp148 auto buttonLayoutProperty = buttonHost->GetLayoutProperty<LayoutProperty>(); in UpdateCancelButtonStatus() local
312 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); in OnModifyDone() local
1988 auto buttonLayoutProperty = cancelButtonNode->GetLayoutProperty<ButtonLayoutProperty>(); in UpdateCancelButtonColorMode() local
2025 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in OnColorConfigurationUpdate() local
2086 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in ButtonNodeOnThemeScopeUpdate() local
3104 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); in UpdateSearchButtonValueResource() local
3118 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); in UpdateSearchButtonFontSizeResource() local
3132 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); in UpdateSearchButtonFontColorResource() local
Dsearch_model_ng.cpp410 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); in SetSearchButtonFontSize() local
426 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); in SetSearchButtonFontColor() local
440 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); in ResetSearchButtonFontColor() local
453 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); in SetSearchButtonAutoDisable() local
1461 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); in SetSearchButtonFontSize() local
1476 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); in SetSearchButtonFontColor() local
1489 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); in SetSearchButtonAutoDisable() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
Dsecurity_component_model_ng.cpp304 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in SetDefaultBackgroundButton() local
331 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in SetInvisibleBackgroundButton() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
Dsheet_view.cpp176 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in CreateCloseIconButtonNode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
Dcalendar_month_pattern.cpp990 auto buttonLayoutProperty = frameNode->GetLayoutProperty<ButtonLayoutProperty>(); local
1024 auto buttonLayoutProperty = frameNode->GetLayoutProperty<ButtonLayoutProperty>(); local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
Dcontainer_modal_view.cpp275 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in BuildControlButton() local
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
Dcontainer_modal_cj_utils.cpp340 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in BuildControlButtonForCj() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
Dtimepicker_dialog_view.cpp840const RefPtr<ButtonLayoutProperty>& buttonLayoutProperty, const RefPtr<RenderContext>& buttonRende… in UpdateButtonStyles()
879const RefPtr<ButtonLayoutProperty>& buttonLayoutProperty, const RefPtr<RenderContext>& buttonRende… in UpdateButtonStyleAndRole()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
Ddatepicker_column_pattern.cpp194 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in UpdateSelectorButtonProps() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
Dside_bar_container_pattern.cpp175 auto buttonLayoutProperty = buttonFrameNode->GetLayoutProperty<ButtonLayoutProperty>(); in OnUpdateShowControlButton() local
617 auto buttonLayoutProperty = buttonNode->GetLayoutProperty<ButtonLayoutProperty>(); in CreateControlButton() local

12