Home
last modified time | relevance | path

Searched refs:GetButtonFontSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dbutton_modifier.cpp504 ArkUI_Float32 GetButtonFontSize(ArkUINodeHandle node, ArkUI_Int32 unit) in GetButtonFontSize() function
646 …SetButtonFontWeightEnum, SetButtonSize, ResetButtonSize, GetButtonLabel, GetButtonFontSize, GetBut… in GetButtonModifier()
660 …SetButtonFontWeightEnum, SetButtonSize, ResetButtonSize, GetButtonLabel, GetButtonFontSize, GetBut… in GetCJUIButtonModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_theme.h146 const Dimension& GetButtonFontSize() const in GetButtonFontSize() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp703 auto buttonFontSize = popupTheme->GetButtonFontSize(); in CreateCombinedChild()
786 auto fontSize = popupTheme->GetButtonFontSize(); in UpdateButtonFontSize()
790 textLayoutProps->UpdateAdaptMaxFontSize(popupTheme->GetButtonFontSize()); in UpdateButtonFontSize()