Home
last modified time | relevance | path

Searched defs:buttonRole (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model.h56 virtual void SetRole(const std::optional<ButtonRole>& buttonRole) {} in SetRole()
H A Dbutton_request_data.h34 std::optional<ButtonRole> buttonRole; member
H A Dbutton_model_ng.cpp91 ButtonRole buttonRole = layoutProperty->GetButtonRole().value_or(ButtonRole::NORMAL); in SetButtonStyle() local
99 void ButtonModelNG::SetRole(const std::optional<ButtonRole>& buttonRole) in SetRole()
135 void ButtonModelNG::SetRole(FrameNode* frameNode, const std::optional<ButtonRole>& buttonRole) in SetRole()
163 ButtonRole buttonRole = layoutProperty->GetButtonRole().value_or(ButtonRole::NORMAL); in SetButtonStyle() local
590 …ButtonModelNG::ApplyTheme(FrameNode* frameNode, ButtonStyleMode buttonStyle, ButtonRole buttonRole) in ApplyTheme()
H A Dbutton_pattern.cpp162 ButtonRole buttonRole = layoutProperty->GetButtonRole().value_or(ButtonRole::NORMAL); in UpdateTextStyle() local
376 ButtonRole buttonRole = layoutProperty->GetButtonRole().value_or(ButtonRole::NORMAL); in HandleBackgroundColor() local
531 ButtonRole buttonRole = buttonLayoutProperty->GetButtonRole().value_or(ButtonRole::NORMAL); in OnColorConfigurationUpdate() local
H A Dbutton_pattern.h213 static std::string ConvertButtonRoleToString(ButtonRole buttonRole) in ConvertButtonRoleToString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_button.cpp171 auto buttonRole = static_cast<ButtonRole>(value); in SetRole() local
374 auto buttonRole = para.buttonRole.value_or(ButtonRole::NORMAL); in CreateWithLabel() local
385 auto buttonRole = para.buttonRole.value_or(ButtonRole::NORMAL); in CreateWithChild() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_theme.h354 Color GetBgColor(ButtonStyleMode buttonStyle, ButtonRole buttonRole) const in GetBgColor()
367 const Color& GetTextColor(ButtonStyleMode buttonStyle, ButtonRole buttonRole) const in GetTextColor()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dbutton_extend_test_ng.cpp91 std::optional<ButtonRole> buttonRole = std::nullopt; member
H A Dbutton_test_ng.cpp104 std::optional<ButtonRole> buttonRole = std::nullopt; member
H A Dbutton_content_modifier_test_ng.cpp86 std::optional<ButtonRole> buttonRole = std::nullopt; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dbutton_modifier.cpp525 void SetButtonRole(ArkUINodeHandle node, ArkUI_Uint32 buttonRole) in SetButtonRole()
603 void SetButtonOptions(ArkUINodeHandle node, ArkUI_Uint32 buttonStyle, ArkUI_Uint32 buttonRole) in SetButtonOptions()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_button_bridge.cpp145 uint32_t buttonRole = DEFAULT_ROLE; in SetOptions() local
669 uint32_t buttonRole = buttonRoleArgs->Uint32Value(vm); in SetButtonRole() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_view.cpp665 ButtonRole buttonRole = buttonLayoutProperty->GetButtonRole().value_or(ButtonRole::NORMAL); in UpdateButtonStyleAndRole() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_dialog_view.cpp859 ButtonRole buttonRole = buttonLayoutProperty->GetButtonRole().value_or(ButtonRole::NORMAL); in UpdateButtonStyleAndRole() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_dialog_view.cpp789 ButtonRole buttonRole = buttonLayoutProperty->GetButtonRole().value_or(ButtonRole::NORMAL); in UpdateButtonStyleAndRole() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp924 ButtonRole buttonRole = buttonLayoutProperty->GetButtonRole().value_or(ButtonRole::NORMAL); in UpdateButtonStyleAndRole() local