Home
last modified time | relevance | path

Searched defs:isLabelButton (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_button_theme.h26 …tatic bool ApplyTheme(const ButtonRole& role, const ButtonStyleMode& styleMode, bool isLabelButton) in ApplyTheme()
32 static bool ApplyTheme(const ButtonRole& role, bool isLabelButton) in ApplyTheme()
37 static bool ApplyTheme(const ButtonStyleMode& styleMode, bool isLabelButton) in ApplyTheme()
48 static bool ApplyTheme(bool isLabelButton) in ApplyTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model.h57 virtual void SetCreateWithLabel(bool isLabelButton) {} in SetCreateWithLabel()