Home
last modified time | relevance | path

Searched refs:setComponentButtonType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/
H A Dstepper_pattern.cpp131 buttonPattern->setComponentButtonType(ComponentButtonType::STEPPER); in CreateLeftButtonNode()
288 buttonPattern->setComponentButtonType(ComponentButtonType::STEPPER); in CreateArrowRightButtonNode()
397 buttonPattern->setComponentButtonType(ComponentButtonType::STEPPER); in CreateArrowlessRightButtonNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.h113 void setComponentButtonType(const ComponentButtonType& buttonType) in setComponentButtonType() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_toolbar_util.cpp299 buttonPattern->setComponentButtonType(ComponentButtonType::NAVIGATION); in CreateToolbarItemInContainer()
359 buttonPattern->setComponentButtonType(ComponentButtonType::NAVIGATION); in CreateToolbarMoreMenuNode()
H A Dnavigation_title_util.cpp216 buttonPattern->setComponentButtonType(ComponentButtonType::NAVIGATION); in CreateMenuItemButton()
H A Dtitle_bar_pattern.cpp1265 backButtonPattern->setComponentButtonType(ComponentButtonType::NAVIGATION); in OnColorConfigurationUpdate()
H A Dnavigation_model_ng.cpp634 buttonPattern->setComponentButtonType(ComponentButtonType::NAVIGATION); in SetTitleMode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model_ng.cpp285 buttonPattern->setComponentButtonType(ComponentButtonType::NAVIGATION); in CreateBackButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp814 buttonPattern->setComponentButtonType(ComponentButtonType::POPUP); in CreateButton()