Home
last modified time | relevance | path

Searched refs: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() argument
30 return JSButtonTheme::ApplyTheme(isLabelButton); in ApplyTheme()
32 static bool ApplyTheme(const ButtonRole& role, bool isLabelButton) in ApplyTheme() argument
35 return JSButtonTheme::ApplyTheme(isLabelButton); in ApplyTheme()
37 static bool ApplyTheme(const ButtonStyleMode& styleMode, bool isLabelButton) in ApplyTheme() argument
40 return JSButtonTheme::ApplyTheme(isLabelButton); in ApplyTheme()
48 static bool ApplyTheme(bool isLabelButton) in ApplyTheme() argument
58 if (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() argument